[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / b / 5 / PlatformKit / 0.2.3 / PlatformKit.podspec.json
blob9cbd525751d59466f0fd8e7dc529b4de8446ec24
2   "name": "PlatformKit",
3   "version": "0.2.3",
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.3"
13   },
14   "platforms": {
15     "ios": "5.1",
16     "osx": "10.7",
17     "watchos": "2.0"
18   },
19   "requires_arc": true,
20   "libraries": "z",
21   "ios": {
22     "frameworks": "CoreFoundation"
23   },
24   "osx": {
25     "frameworks": "CoreFoundation"
26   },
27   "watchos": {
28     "frameworks": "CoreFoundation"
29   },
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "PlatformKit/PlatformKit/Core/**/*.{h,m}"
34     },
35     {
36       "name": "Network",
37       "source_files": [
38         "PlatformKit/PlatformKit/Core/**/*.{h,m}",
39         "PlatformKit/PlatformKit/Network/**/*.{h,m}"
40       ]
41     },
42     {
43       "name": "UI",
44       "source_files": [
45         "PlatformKit/PlatformKit/Core/**/*.{h,m}",
46         "PlatformKit/PlatformKit/UI/**/*.{h,m}"
47       ]
48     }
49   ]