blob: 3e184df77fac7459c9993edd413adf1ef5ebb4a5 [file] [log] [blame]
{
"name": "PaylerSDK",
"version": "1.0",
"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"
},
"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"
]
}
}