blob: a1a9b022dd7daadbe4fc1ed5009d355acf5d138a [file] [log] [blame]
{
"name": "GovData",
"version": "1.0.26",
"summary": "GovData iOS SDK",
"homepage": "https://github.com/hackenbruder/govdata-ios",
"platforms": {
"ios": "10.0"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"source": {
"git": "https://github.com/hackenbruder/govdata-ios.git",
"tag": "1.0.26"
},
"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": [
]
}
}