blob: 462c86adae9c2dd104c876d37c27b74fdfa5b4eb [file] [log] [blame]
{
"name": "TL_Lib",
"version": "0.1.0",
"summary": "A short description of TL_Lib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/tianlei_oschina",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tianlei": "tianlei@qingfengweb.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/tianlei_oschina/TL_Lib.git",
"tag": "0.1.0"
},
"source_files": "TL_Lib/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 2.3"
]
}
}