[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 1 / 5 / IKJSON / 1.0.5 / IKJSON.podspec.json
blob54143fb7b739684ca7787ed61ff0a7744448dcc3
2   "name": "IKJSON",
3   "version": "1.0.5",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/iankeen/",
8   "authors": {
9     "Ian Keen": "iankeen82@gmail.com"
10   },
11   "summary": "Library for handling serialization and deserialization between JSON and PONSOs and NSManagedObjects.",
12   "source": {
13     "git": "https://github.com/iankeen/ikjson.git",
14     "tag": "1.0.5"
15   },
16   "source_files": "IKJSON/**/**.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "7.0"
20   },
21   "dependencies": {
22     "IKCore": [
23       "~> 1.0"
24     ],
25     "IKResults": [
26       "~> 1.0"
27     ]
28   }