blob: 8fac49c6adcc33e9fcc615a31465e4d1d5aca747 [file] [log] [blame]
{
"name": "PhotonPushSDK",
"version": "0.1.0",
"license": "MIT",
"summary": "A short description of PhotonPushSDK",
"homepage": "https://github.com/cosmos33/PhotonPushSDK-iOS",
"authors": "cosmos33",
"source": {
"git": "https://github.com/cosmos33/PhotonPushSDK-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"frameworks": "CoreTelephony",
"vendored_frameworks": "Frameworks/pushsdk.framework",
"resources": "Frameworks/pushBudle.bundle",
"libraries": [
"stdc++",
"z",
"c++"
],
"xcconfig": {
"VALID_ARCHS": "armv7 i386 arm64 x86_64"
}
}