[Add] LastFM.swift 1.5.1
[CocoaPods.git] / Specs / 0 / 2 / a / XCFKit / 1.0.3 / XCFKit.podspec.json
blob133e37f44e7aff503e9ec00bac2d10dbe90916d1
2   "name": "XCFKit",
3   "version": "1.0.3",
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.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": [
19     "XCFKit/XCFKit.h",
20     "XCFKit/XCFKitCompat.{h,m}"
21   ],
22   "libraries": "c++",
23   "frameworks": "UIKit",
24   "subspecs": [
25     {
26       "name": "Foundation",
27       "platforms": {
28         "ios": "7.0"
29       },
30       "source_files": "XCFKit/Foudation/*.{h,m,mm}",
31       "frameworks": "Foundation"
32     },
33     {
34       "name": "UIKit",
35       "platforms": {
36         "ios": "8.0"
37       },
38       "source_files": "XCFKit/UIKit/*.{h,m}",
39       "frameworks": "UIKit"
40     },
41     {
42       "name": "VideoPlayer",
43       "platforms": {
44         "ios": "8.0"
45       },
46       "source_files": "XCFKit/VideoPlayer/*.{h,m}",
47       "frameworks": [
48         "UIKit",
49         "AVFoundation"
50       ],
51       "dependencies": {
52         "XCFKit/UIKit": [
54         ]
55       }
56     }
57   ]