[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / f / XLsn0wKit / 3.1.0 / XLsn0wKit.podspec.json
blobeb76e4eb4566033d1b7e7622def973196b4f524d
2   "name": "XLsn0wKit",
3   "version": "3.1.0",
4   "summary": "A collection of iOS components from XLsn0wKit",
5   "description": "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   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/XLsn0w/XLsn0wKit.git",
19     "tag": "3.1.0"
20   },
21   "source_files": "XLsn0wClass/**/*.{h,m}",
22   "public_header_files": "XLsn0wClass/**/*.{h}",
23   "requires_arc": true,
24   "ios": {
25     "exclude_files": [
26       "XLsn0wClass/no-arc/NSObject+XLsn0wAddForARC.{h,m}",
27       "XLsn0wClass/no-arc/NSThread+XLsn0wAdd.{h,m}"
28     ],
29     "vendored_frameworks": "XLsn0wClass/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         "XLsn0wClass/no-arc/NSObject+XLsn0wAddForARC.{h,m}",
54         "XLsn0wClass/no-arc/NSThread+XLsn0wAdd.{h,m}"
55       ]
56     }
57   ]