blob: 2509e37f724f9fb88e1e7f039a367442da7bbacf [file] [log] [blame]
{
"name": "PWCoreSDK",
"version": "2.2.3",
"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.2.3"
},
"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}"
}
]
}