blob: db73aecdda7c5d887e4652889ab57f4db7033f9a [file] [log] [blame]
{
"name": "EXFramework",
"version": "0.1",
"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"
},
"source_files": [
"EXFramework",
"EXFramework/EXFramework/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}