[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / e / NSObject-KJSerializer / 0.0.1 / NSObject-KJSerializer.podspec.json
blobb027f86412eba69e3617b21987e7753aef2f96fc
2   "name": "NSObject-KJSerializer",
3   "version": "0.0.1",
4   "summary": "Easy way to automate the mapping of NSObjects to NSDictionary and back again. Great for JSON handling.",
5   "homepage": "https://github.com/kevinejohn/NSObject-KJSerializer",
6   "license": "MIT",
7   "authors": {
8     "kevinejohn": ""
9   },
10   "source": {
11     "git": "https://github.com/kevinejohn/NSObject-KJSerializer.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source_files": "KJObjectSerialize/*",
19   "frameworks": "Foundation"