blob: 788e402fde085f58e87297b29fb0bebc9e6ac1ed [file] [log] [blame]
{
"name": "PaylerSDK",
"version": "1.0.1",
"license": "MIT",
"homepage": "https://github.com/Payler/Payler-iOS-SDK",
"summary": "iOS SDK for Payler Gate API",
"authors": {
"Maxim Pavlov": "mp@poloniumarts.com"
},
"social_media_url": "http://payler.com",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Payler/Payler-iOS-SDK.git",
"tag": "1.0.1"
},
"source_files": "PaylerSDK/*.{h,m}",
"ios": {
"resource_bundles": {
"PaylerSDK": "PaylerSDK/*.cer"
}
},
"requires_arc": true,
"dependencies": {
"AFNetworking/NSURLConnection": [
"~> 2.3"
],
"AFNetworking/Security": [
"~> 2.3"
],
"AFNetworking/Serialization": [
"~> 2.3"
]
}
}