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