blob: 068a4b31bb964c3b0f020654d33459ba2ab2e96b [file] [log] [blame]
{
"name": "GNApi-Sdk-iOS",
"version": "0.2.3",
"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.3"
},
"source_files": [
"GNApiSdk",
"GNApiSdk/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}