blob: f767db621b212daaf684900c1e78ed905368d368 [file] [log] [blame]
{
"name": "GNApi-Sdk-iOS",
"version": "0.3.0",
"summary": "A simple lib for easy integration of your mobile app with the payment services provided by Gerencianet.",
"homepage": "https://github.com/gerencianet/gn-api-sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"thomazfeitoza": "thomazfeitoza@gmail.com"
},
"source": {
"git": "https://github.com/gerencianet/gn-api-sdk-ios.git",
"tag": "0.3.0"
},
"source_files": [
"GNApiSdk",
"GNApiSdk/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"2.5.4"
],
"PromiseKit": [
"~> 1.5"
],
"RegexKitLite": [
]
}
}