blob: db0bb14b6736f6fc21335dba68987de47ad20254 [file] [log] [blame]
{
"name": "AIFNetworking",
"version": "0.1.0",
"summary": "Discrete network framework for iOS develop.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/joywt/AIFNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wangtie": "wywangtie@163.com"
},
"source": {
"git": "https://github.com/joywt/AIFNetworking.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AIFNetworking/Classes/*",
"public_header_files": "AIFNetworking/Classes/*.h",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"3.2.0"
]
}
}