blob: c87e3ae454136641ecb5df4afe356e529274c95c [file] [log] [blame]
{
"name": "baselib",
"version": "0.1.1",
"summary": "A short description of baselib.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://192.168.0.123:88/iOS/ios_baselib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CRONUS": "zhengzha1127@gmail.com"
},
"source": {
"git": "http://192.168.0.123:88/iOS/ios_baselib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "baselib/Classes/**/*",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto"
},
"frameworks": [
"Foundation",
"UIKit",
"MapKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"MBProgressHUD": [
],
"FCUUID": [
]
}
}