[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 5 / 0 / 1 / YYKit-used / 1.0.1 / YYKit-used.podspec.json
blob0fa9875f6e1adb58dd1da956704d042aea7171d3
2   "name": "YYKit-used",
3   "version": "1.0.1",
4   "summary": "YYKit常用类",
5   "description": "避免导入所有YYKit文件,持续更新",
6   "homepage": "https://github.com/Iyongjie/YYKit-used.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "李永杰": "iyongjie@yeah.net"
13   },
14   "source": {
15     "git": "https://github.com/Iyongjie/YYKit-used.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "YYKit-used/**/*.{h,m}",
23   "public_header_files": "YYKit-used/**/*.{h}",
24   "libraries": [
25     "z",
26     "sqlite3"
27   ],
28   "frameworks": [
29     "UIKit",
30     "CoreFoundation",
31     "CoreText",
32     "CoreGraphics",
33     "CoreImage",
34     "QuartzCore",
35     "ImageIO",
36     "AssetsLibrary",
37     "Accelerate",
38     "MobileCoreServices",
39     "SystemConfiguration"
40   ],
41   "ios": {
42     "vendored_frameworks": "Vendor/WebP.framework"
43   }