blob: a2934463e911af2ec383f7458d82ae2e78223c26 [file] [log] [blame]
{
"name": "ConanLib",
"version": "0.1.4",
"summary": "ConanLib.",
"description": "To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.",
"homepage": "https://github.com/kenan0620/ConanLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kenan0620": "houkenan0620@126.com"
},
"source": {
"git": "https://github.com/kenan0620/ConanLib.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "ConanLib/*.h",
"vendored_libraries": "ConanLib/*.a",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}