[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / b / 5 / PlatformKit / 0.1.2 / PlatformKit.podspec.json
blobe797ec7bcd10fe08f5363e425dd76789976b2df7
2   "name": "PlatformKit",
3   "version": "0.1.2",
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.1.2"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "requires_arc": true,
18   "libraries": "z",
19   "source_files": "PlatformKit/PlatformKit/**/*.{h,m}",
20   "ios": {
21     "frameworks": "CoreFoundation"
22   }