blob: 4865a51075ed2821d15fdd15ad767b99c67387b7 [file] [log] [blame]
{
"name": "LazyNetLibrary",
"version": "1.1.3",
"summary": "this is http request model.",
"description": "The encapsulation of AFNetworking network request.\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/Robin-jiangyufeng/LazyNetForIOS",
"license": {
"type": "MIT"
},
"authors": {
"yufeng jiang": "429257411@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Robin-jiangyufeng/LazyNetForIOS.git",
"tag": "1.1.3"
},
"source_files": "LazyNetLibrary/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"PINCache": [
],
"MJExtension": [
]
}
}