blob: 4f8a24bb867e6e5780a60c90cd487666acafc3b8 [file] [log] [blame]
{
"name": "PaidyCheckout",
"version": "1.0.0",
"summary": "The Paidy iOS SDK makes it easy to accept payment using email address and phone number without the need of a credit card.",
"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.",
"homepage": "https://paidy.com/",
"license": "MIT",
"authors": {
"Paidy": "support@paidy.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/paidy/paidy-ios.git",
"tag": "v1.0.0"
},
"source_files": "PaidyCheckoutSDK/PaidyCheckoutSDK/*",
"dependencies": {
"Alamofire": [
"1.3.1"
],
"ObjectMapper": [
"0.12"
]
}
}