[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / b / 5 / PlatformKit / 0.2.1 / PlatformKit.podspec.json
blobd62c748295d4d91d8ca81cb5fc3bf3ffe1401634
2   "name": "PlatformKit",
3   "version": "0.2.1",
4   "summary": "A set of useful classes and extensions for modern Objective C",
5   "homepage": "https://github.com/tumtumtum/PlatformKit/",
6   "license": "MIT",
7   "authors": {
8     "Thong Nguyen": "tumtumtum@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/tumtumtum/PlatformKit.git",
12     "tag": "0.2.1"
13   },
14   "platforms": {
15     "ios": "5.1",
16     "osx": "10.7",
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "libraries": "z",
21   "source_files": "PlatformKit/PlatformKit/**/*.{h,m}",
22   "ios": {
23     "frameworks": "CoreFoundation"
24   },
25   "osx": {
26     "frameworks": "CoreFoundation"
27   },
28   "watchos": {
29     "frameworks": "CoreFoundation"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "PlatformKit/PlatformKit/Core/**/*.{h,m}"
35     },
36     {
37       "name": "Network",
38       "source_files": [
39         "PlatformKit/PlatformKit/Network/**/*.{h,m}",
40         "PlatformKit/PlatformKit/Core/**/*.{h,m}"
41       ]
42     },
43     {
44       "name": "UI",
45       "source_files": [
46         "PlatformKit/PlatformKit/UI/**/*.{h,m}",
47         "PlatformKit/PlatformKit/Core/**/*.{h,m}"
48       ]
49     }
50   ]