[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / b / 5 / PlatformKit / 0.1.0 / PlatformKit.podspec.json
blob2126007f8425fccccaefb243b4c68b1b496d94ff
2   "name": "PlatformKit",
3   "version": "0.1.0",
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.0"
13   },
14   "platforms": {
15     "ios": "5.1"
16   },
17   "requires_arc": true,
18   "source_files": "PlatformKit/PlatformKit/**/*.{h,m}",
19   "ios": {
20     "frameworks": "CoreFoundation"
21   }