[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 2 / 1 / PaidyCheckout / 1.0.0 / PaidyCheckout.podspec.json
blob4f8a24bb867e6e5780a60c90cd487666acafc3b8
2   "name": "PaidyCheckout",
3   "version": "1.0.0",
4   "summary": "The Paidy iOS SDK makes it easy to accept payment using email address and phone number without the need of a credit card.",
5   "description": "Paidy SDK is a Swift framework compatible with iOS apps iOS 8 and above. It is recommended to use the latest Xcode 6.4 version for compiling.",
6   "homepage": "https://paidy.com/",
7   "license": "MIT",
8   "authors": {
9     "Paidy": "support@paidy.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/paidy/paidy-ios.git",
16     "tag": "v1.0.0"
17   },
18   "source_files": "PaidyCheckoutSDK/PaidyCheckoutSDK/*",
19   "dependencies": {
20     "Alamofire": [
21       "1.3.1"
22     ],
23     "ObjectMapper": [
24       "0.12"
25     ]
26   }