blob: 9a37578fa7c7b1ed3c2c35384503d042ed1db97a [file] [log] [blame]
{
"name": "DDModel",
"version": "0.3.2",
"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.2"
},
"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"
]
}
}