blob: f657cf9f3fe3dc872c09d7df0cb7259436b9bbef [file] [log] [blame]
{
"name": "IKJSON",
"version": "1.0.2",
"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.2"
},
"source_files": "IKJSON/**/**.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"IKCore": [
"~> 1.0"
],
"IKResults": [
"~> 1.0"
]
}
}