blob: bc0611af89c8907667f77fe4e6697cd8b71c4873 [file] [log] [blame]
{
"name": "DDModel",
"version": "0.1.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.1.1"
},
"platforms": {
"ios": "6.0"
},
"public_header_files": "DDModel/Classes/*.h",
"source_files": "DDModel/Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.5.0"
],
"SQLitePersistentObject": [
"~>0.1"
],
"JTObjectMapping": [
"~>1.1.2"
],
"MBProgressHUD": [
"~> 0.9"
]
}
}