blob: c4b81cd160d0342c39a47ad87ad27e8e87603d3d [file] [log] [blame]
{
"name": "PaylerSDK",
"version": "2.3.2",
"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": "7.0"
},
"source": {
"git": "https://github.com/Payler/Payler-iOS-SDK.git",
"tag": "2.3.2"
},
"source_files": "PaylerSDK/*.{h,m}",
"ios": {
"resources": "PaylerSDK/PaylerSDK.bundle"
},
"requires_arc": true,
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.0"
],
"AFNetworking/Security": [
"~> 3.0"
],
"AFNetworking/Serialization": [
"~> 3.0"
]
}
}