blob: 14d10a3d2da524a4f3e469dcacd96e9449730821 [file] [log] [blame]
{
"name": "ApiCloudSDK",
"version": "0.0.1",
"summary": "A short description of ApiCloudSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/debugalvin/ApiCloudSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"debugalvin": "yaomingcoder@gmail.com"
},
"source": {
"git": "https://github.com/debugalvin/ApiCloudSDK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ApiCloudSDK/Classes/inc/**/*.{h,m}",
"ios": {
"vendored_libraries": "ApiCloudSDK/Classes/lib/**/*.a"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion",
"CoreGraphics",
"WebKit"
],
"libraries": [
"c++",
"z",
"resolv",
"icucore"
],
"resources": "ApiCloudSDK/Assets/bundles/*"
}