blob: dda7d95805f0fe2bec136c2def319563dd787f01 [file] [log] [blame]
{
"name": "PWCoreSDK",
"version": "2.0.1",
"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.0.1"
},
"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}"
}
]
}