[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / b / 4 / PWMyCardPlugin / 2.0.0 / PWMyCardPlugin.podspec.json
blob5b96a10818e1c55529a65bc4852b374022faa0c9
2   "name": "PWMyCardPlugin",
3   "version": "2.0.0",
4   "summary": "PWMyCardPlugin",
5   "description": "Plugin for MyCard payment option for PWCoreSDK",
6   "homepage": "http://paymentwall.com",
7   "authors": {
8     "tien.vu": "kyle.vu@paymentwall.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "license": {
14     "type": "Apache 2.0",
15     "file": "LICENSE"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/paymentwall/paymentwall-ios-sdk-master.git",
20     "tag": "v2.0.0"
21   },
22   "source_files": [
23     "Plugins/PWMyCardPlugin",
24     "Plugins/PWMyCardPlugin/Headers/*.{h,m}"
25   ],
26   "resources": "Plugins/PWMyCardPlugin/PWMyCardPluginResource.bundle",
27   "vendored_libraries": "Plugins/PWMyCardPlugin/libPWMyCardPlugin.a",
28   "libraries": "PWCoreSDK",
29   "dependencies": {
30     "PWCoreSDK": [
31       "~> 2.0.0"
32     ]
33   }