[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / c / f / XLsn0wKit / 1.1.3 / XLsn0wKit.podspec.json
blob6b8bc927a428262c68f8b580f9be1aa2de9e3950
2   "name": "XLsn0wKit",
3   "version": "1.1.3",
4   "summary": "A collection of iOS components from XLsn0wKit.",
5   "description": "Copyright © 2016年 XLsn0w Create A collection of iOS components from XLsn0wKit.",
6   "homepage": "https://github.com/XLsn0w/XLsn0wKit",
7   "authors": {
8     "XLsn0w": "xlsn0w@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/XLsn0w/XLsn0wKit.git",
12     "tag": "1.1.3"
13   },
14   "source_files": "XLsn0w/**/*.{h,m}",
15   "public_header_files": "XLsn0w/**/*.{h}",
16   "license": {
17     "type": "MIT",
18     "file": "LICENSE"
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "ios": {
25     "exclude_files": [
26       "XLsn0w/no-arc/NSObject+YYAddForARC.{h,m}",
27       "XLsn0w/no-arc/NSThread+YYAdd.{h,m}"
28     ],
29     "vendored_frameworks": "XLsn0w/Frameworks/WebP.framework"
30   },
31   "libraries": [
32     "z",
33     "sqlite3"
34   ],
35   "frameworks": [
36     "UIKit",
37     "CoreFoundation",
38     "CoreText",
39     "CoreGraphics",
40     "CoreImage",
41     "QuartzCore",
42     "ImageIO",
43     "AssetsLibrary",
44     "Accelerate",
45     "MobileCoreServices",
46     "SystemConfiguration"
47   ],
48   "subspecs": [
49     {
50       "name": "no-arc",
51       "requires_arc": false,
52       "source_files": [
53         "XLsn0w/no-arc/NSObject+YYAddForARC.{h,m}",
54         "XLsn0w/no-arc/NSThread+YYAdd.{h,m}"
55       ]
56     }
57   ]