blob: 715efb770dd364af2502ab06bf406f772f2918a7 [file] [log] [blame]
{
"name": "IKJSON",
"version": "1.0.4",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/iankeen/",
"authors": {
"Ian Keen": "iankeen82@gmail.com"
},
"summary": "Library for handling serialization and deserialization between JSON and PONSOs and NSManagedObjects.",
"source": {
"git": "https://github.com/iankeen/ikjson.git",
"tag": "1.0.4"
},
"source_files": "IKJSON/**/**.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"IKCore": [
"~> 1.0"
],
"IKResults": [
"~> 1.0"
]
}
}