blob: 4f45409e738059a940130218e9b0a1c82c54d4ae [file] [log] [blame]
{
"name": "GovData",
"version": "1.0.27",
"summary": "GovData iOS SDK",
"homepage": "https://github.com/hackenbruder/govdata-ios",
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/hackenbruder/govdata-ios.git",
"tag": "1.0.27"
},
"authors": {
"Richard Hackenbruder": "hackenbruder@govdata.cz"
},
"source_files": "GovData/**/*.{h,m}",
"public_header_files": "GovData/**/*.h",
"frameworks": "SystemConfiguration",
"requires_arc": true,
"resource_bundles": {
"GovData": [
"*.lproj"
]
},
"dependencies": {
"AFNetworking": [
]
}
}