blob: 7be207c8e876213f70617e1a6ad2c163bcf3fbe2 [file] [log] [blame]
{
"name": "IAEngine",
"version": "0.0.1",
"summary": "IAEngine is a high level ios engine",
"homepage": "https://github.com/mobidevos/IAEngine",
"license": "MIT",
"authors": {
"zhujohnle": "545948101@qq.com"
},
"source": {
"git": "https://github.com/mobidevos/IAEngine.git",
"tag": "0.0.1"
},
"source_files": "IAEngine/*.{h,m}",
"requires_arc": true,
"private_header_files": "IAEngine/IAEngine.h",
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}