blob: d89908f9393d2b3dc15281c0270185de9ff04a4c [file] [log] [blame]
{
"name": "GNApi-Sdk-iOS",
"version": "0.2.5",
"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": {
"Thomaz Feitoza": "thomazfeitoza@gmail.com"
},
"source": {
"git": "https://github.com/gerencianet/gn-api-sdk-ios.git",
"tag": "0.2.5"
},
"source_files": [
"GNApiSdk",
"GNApiSdk/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.5"
]
}
}