blob: ef2171d5cc0aea5fa5de825bbe9cb68d476fd97f [file] [log] [blame]
{
"name": "SaaS",
"version": "1.0.5.1",
"summary": "A short description of SaaS.",
"description": "An in-app purchase module for iOS project",
"homepage": "https://github.com/Pixocial/testSaaS-iOS/blob/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pixocial": "app@miraclevision.sg"
},
"source": {
"git": "https://github.com/Pixocial/testSaaS-iOS.git",
"tag": "1.0.5.1"
},
"vendored_frameworks": "sdk/PurchaseSDK.framework",
"frameworks": [
"UIKit",
"StoreKit",
"Security"
],
"platforms": {
"ios": "10.0"
},
"resource_bundles": {
"SaaS": [
"sdk/*.pem"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}