blob: 6991e45923d44acbeb064ad7839769a3588fc11c [file] [log] [blame]
{
"name": "DDModel",
"version": "0.4",
"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.4"
},
"platforms": {
"ios": "6.0"
},
"public_header_files": "Classes/*.h",
"source_files": "Classes/*",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5.1"
],
"SQLitePersistentObject": [
"~> 0.3"
],
"JTObjectMapping": [
"~> 1.1.2"
],
"MBProgressHUD": [
"~> 0.9.1"
],
"XMLDictionary": [
"~> 1.4"
]
}
}