blob: beaac3a7abc0346158e993624eecf814c8708067 [file] [log] [blame]
{
"name": "DDModel",
"version": "0.3.1",
"license": "MIT",
"summary": "a HTTP-JSON-ORM-Persisent Object Kit",
"homepage": "https://github.com/openboy2012/DDModel.git",
"authors": {
"DeJohn Dong": "dongjia_9251@126.com"
},
"source": {
"git": "https://github.com/openboy2012/DDModel.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "6.0"
},
"public_header_files": "Classes/*.h",
"source_files": "Classes/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
],
"SQLitePersistentObject": [
"~> 0.3"
],
"JTObjectMapping": [
"~> 1.1.2"
],
"MBProgressHUD": [
"~> 0.9.1"
]
}
}