blob: 36ce4aae45854e089c051ddea208bddebccc7000 [file] [log] [blame]
{
"name": "SimpleRemoteObject",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "5.1"
},
"source_files": "SimpleRemoteObject/classes/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
">= 1.0.0"
]
},
"requires_arc": false
}