[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 9 / c / XLsn0wCategory / 1.1.5 / XLsn0wCategory.podspec.json
blob6c9522818a558424206374e12b5bc1350de11d40
2   "name": "XLsn0wCategory",
3   "version": "1.1.5",
4   "summary": "A manager to get iOS keyboard views, frames and transform.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/XLsn0w/XLsn0wCategory",
10   "authors": {
11     "XLsn0w": "xlsn0w@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/XLsn0w/XLsn0wCategory.git",
18     "tag": "1.1.5"
19   },
20   "source_files": "XLsn0w/**/*.{h,m}",
21   "requires_arc": true,
22   "ios": {
23     "exclude_files": [
24       "XLsn0w/no-arc/NSObject+XLsn0wAddForARC.{h,m}",
25       "XLsn0w/no-arc/NSThread+XLsn0wAdd.{h,m}"
26     ]
27   },
28   "libraries": "z",
29   "frameworks": [
30     "UIKit",
31     "CoreFoundation",
32     "QuartzCore",
33     "CoreGraphics",
34     "CoreImage",
35     "CoreText",
36     "ImageIO",
37     "Accelerate"
38   ],
39   "subspecs": [
40     {
41       "name": "no-arc",
42       "requires_arc": false,
43       "source_files": [
44         "XLsn0w/no-arc/NSObject+XLsn0wAddForARC.{h,m}",
45         "XLsn0w/no-arc/NSThread+XLsn0wAdd.{h,m}"
46       ]
47     }
48   ]