blob: d6a67ecf4aede4fe805f86a54c4dea29f63933cd [file] [log] [blame]
{
"name": "JLNetworking",
"version": "1.0.2",
"summary": "JLNetworking is a light network framework",
"description": "A longer description of JLNetworking in Markdown format.\n\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/JeremyLyu/JLNetworking",
"license": "MIT",
"authors": {
"JeremyLyu": "734875137@qq.com"
},
"source": {
"git": "https://github.com/JeremyLyu/JLNetworking.git",
"tag": "1.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Networking",
"source_files": "Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
},
{
"name": "Support",
"source_files": "Classes/Support/*.{h,m}"
},
{
"name": "Mapper",
"source_files": "Classes/Mapper/*.{h,m}",
"dependencies": {
"JLNetworking/Networking": [
]
}
}
]
}