blob: fecc5d9f9a352d1e077f95a9a08b19debadfc104 [file] [log] [blame]
{
"name": "BaiLuSDK",
"version": "0.0.1",
"summary": "A short description of BaiLuSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/debugalvin/BaiLuSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"debugalvin": "yaomingcoder@gmail.com"
},
"source": {
"git": "https://github.com/debugalvin/BaiLuSDK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BaiLuSDK/Classes/inc/**/*.{h,m}",
"ios": {
"vendored_libraries": "BaiLuSDK/Classes/lib/**/*.a"
},
"frameworks": [
"AdSupport",
"UIKit",
"Foundation",
"WebKit"
],
"libraries": [
"c++",
"z"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.1"
],
"CocoaHTTPServer": [
"~> 2.3"
],
"CocoaLumberjack": [
"~> 3.3.0"
]
}
}