[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 1 / 5 / IKJSON / 1.0.1 / IKJSON.podspec.json
blob6e3aa4c0f831a25c5b168ff9d18f7906d25c048c
2   "name": "IKJSON",
3   "version": "1.0.1",
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.1"
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   }