blob: fea5202b9254aab58163fb83d7823a2a5d2a4a3f [file] [log] [blame]
{
"name": "ESNetworking",
"version": "0.0.2",
"summary": "networking for iOS",
"description": "improve efficiency for ios develop",
"homepage": "https://github.com/EverydayStep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESNetworking.git",
"tag": "0.0.2"
},
"source_files": "ESNetworking/ESNetworking/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"3.1.0"
]
}
}