[Add] ExpoFpIndoorAtlas 4.8.11
[CocoaPods.git] / Specs / 0 / 2 / a / XCFKit / 1.0.1 / XCFKit.podspec.json
blob2fba2d7e409a4acd3d474e88abeee08ee17701fc
2   "name": "XCFKit",
3   "version": "1.0.1",
4   "summary": "Standard toolset classes & categories used by xiachufang iOS Projects",
5   "homepage": "https://github.com/xiachufang/XCFKit",
6   "authors": {
7     "yiplee": "guoyinl@gmail.com"
8   },
9   "requires_arc": true,
10   "license": "MIT",
11   "source": {
12     "git": "https://github.com/xiachufang/XCFKit.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "XCFKit/**/*.{h,m,mm}",
19   "libraries": "c++",
20   "frameworks": "UIKit",
21   "subspecs": [
22     {
23       "name": "Foundation",
24       "platforms": {
25         "ios": "7.0"
26       },
27       "source_files": "XCFKit/Foudation/*.{h,m,mm}",
28       "frameworks": "Foundation"
29     },
30     {
31       "name": "UIKit",
32       "platforms": {
33         "ios": "8.0"
34       },
35       "source_files": "XCFKit/UIKit/*.{h,m}",
36       "frameworks": "UIKit"
37     },
38     {
39       "name": "VideoPlayer",
40       "platforms": {
41         "ios": "8.0"
42       },
43       "source_files": "XCFKit/VideoPlayer/*.{h,m}",
44       "frameworks": [
45         "UIKit",
46         "AVFoundation"
47       ],
48       "dependencies": {
49         "XCFKit/UIKit": [
51         ]
52       }
53     }
54   ]