-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQRTextLib.podspec
More file actions
22 lines (15 loc) · 1.01 KB
/
Copy pathQRTextLib.podspec
File metadata and controls
22 lines (15 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "QRTextLib"
s.version = "0.1.3"
s.summary = "基本类别的集合"
s.description = "提供了 Foundation ,UIKit 下常用的一些分类和方法,作为一个基础库方便开发者使用,整合了自己写的一些项目里的分类,以及从 YYCategorys 中提取了一些方法的代码."
s.homepage = "https://github.com/xiaoxin112/QRTextLib"
s.license = "MIT"
s.author = { "lixin" => "1123586429@qq.com" }
s.source = { :git => "https://github.com/xiaoxin112/QRTextLib.git", :tag => "0.1.3" }
s.ios.deployment_target = '10.0'
s.source_files = "Classes", "Classes/**/*"
s.requires_arc = true
s.dependency 'AFNetworking', '~> 3.1.0'
s.frameworks = "CoreMedia", "AVKit", 'WebKit','JavaScriptCore','GameController','SystemConfiguration', 'MobileCoreServices','CoreFoundation','CFNetwork','CoreText','Security','CoreMotion','QuartzCore','OpenGLES','OpenAL','AudioToolbox','AVFoundation','UIKit','Foundation','CoreGraphics'
end