blob: b5bb442656220f6181a69c5c678d19b0c82c308f [file] [log] [blame]
{
"name": "MyFirstCocoaPodsLib",
"version": "0.1.0",
"summary": "我的首个Cocoapods公开库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/mzying2013/MyFirstCocoaPodsLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mzying2013": "liumin2011@gmail.com"
},
"source": {
"git": "https://github.com/mzying2013/MyFirstCocoaPodsLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MyFirstCocoaPodsLib/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}