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