blob: c3f0a042369dd68f527ab5002e9592178e194c4c [file] [log] [blame]
{
"name": "PagarMe",
"version": "1.1.0",
"summary": "Pagar.me Library for iOS",
"homepage": "https://github.com/pagarme/pagarme-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Luciano Nascimento",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/pagarme/pagarme-ios.git",
"tag": "1.1.0"
},
"source_files": "PagarMe/**/*.{h,m}",
"frameworks": "Security",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"ObjectiveLuhn": [
]
}
}