blob: 99d1a1907686aee2e8b3a6ddfd492be332d53aad [file] [log] [blame]
{
"name": "EXFramework",
"version": "0.1.2",
"summary": "iOS base framework so that develop you can quickly",
"description": "include common use function ,such as extend control, networking, customer control...",
"homepage": "https://github.com/zhanghua0926/EXFramework",
"license": "MIT",
"authors": {
"翾燚": "email@address.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zhanghua0926/EXFramework.git",
"tag": "0.1.2"
},
"source_files": "EXFramework/EXFramework/**/*",
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}