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