blob: ad529e5806c057563fabd3113a600ec890942140 [file] [log] [blame]
{
"name": "FitpaySDK",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"version": "0.1.0",
"license": "MIT",
"summary": "Swift based library for the Fitpay Platform",
"homepage": "https://github.com/fitpay/fitpay-ios-sdk",
"authors": {
"Ben Walford": "ben@fit-pay.com"
},
"source": {
"git": "https://github.com/fitpay/fitpay-ios-sdk.git",
"branch": "develop"
},
"dependencies": {
"Alamofire": [
"~> 3.0"
],
"ObjectMapper": [
"~> 1.2.0"
],
"AlamofireObjectMapper": [
"~> 3.0.0"
],
"JWTDecode": [
"~> 1.0.0"
],
"libPusher": [
"~> 1.6.1"
],
"KeychainAccess": [
"~> 2.3.4"
],
"OpenSSL-Universal": [
"~> 1.0"
]
},
"ios": {
"source_files": "Output/FitpaySDK-Release-iphoneuniversal/FitpaySDK.framework/**/*.h",
"public_header_files": "Output/FitpaySDK-Release-iphoneuniversal/FitpaySDK.framework/**/*.h",
"vendored_frameworks": "Output/FitpaySDK-Release-iphoneuniversal/FitpaySDK.framework",
"header_dir": "FitpaySDK"
}
}