blob: 87be48bdfe06fec2b3845dee60ac2e91594c5ec3 [file] [log] [blame]
{
"name": "PWCoreSDK",
"version": "2.1.2",
"summary": "PWCoreSDK",
"description": "Unified SDK for all paymentwall products on iOS",
"homepage": "http://paymentwall.com",
"authors": {
"tien.vu": "kyle.vu@paymentwall.com"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"requires_arc": true,
"source": {
"git": "https://github.com/paymentwall/paymentwall-ios-sdk-master.git",
"tag": "v2.1.2"
},
"source_files": "Core SDK/**/PWCoreSDK.h",
"resources": [
"Core SDK/*.bundle",
"Core SDK/PWCoreSDKResource.bundle",
"Core SDK/PWCoreSDKResourceFlat.bundle"
],
"vendored_libraries": "Core SDK/libPWCoreSDK.a",
"subspecs": [
{
"name": "CoreSDK",
"source_files": "Core SDK/**/*.{h,m}"
}
]
}