blob: f1f0b9f3ceafa45cda2b20a0d8f7e8f04440abf6 [file] [log] [blame]
{
"name": "SimpleRemoteObject",
"version": "0.0.8",
"summary": "SimpleRemoteObject is a simple Objectie-C library that can create your classes' instance from server-side JSON text.",
"license": "MIT",
"homepage": "https://github.com/halsk/SimpleRemoteObject",
"authors": {
"Hal Seki": "hal@georepublic.co.jp"
},
"source": {
"git": "https://github.com/halsk/SimpleRemoteObject.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SimpleRemoteObject/classes/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
">= 2.0.0"
]
},
"requires_arc": false
}