[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / d / f / GovData / 1.0.31 / GovData.podspec.json
blob2bf12c21f461abb657ae9fed04b1bac79ddedd76
2   "name": "GovData",
3   "version": "1.0.31",
4   "summary": "GovData iOS SDK",
5   "homepage": "https://github.com/hackenbruder/govdata-ios",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE.md"
12   },
13   "source": {
14     "git": "https://github.com/hackenbruder/govdata-ios.git",
15     "tag": "1.0.31"
16   },
17   "authors": {
18     "Richard Hackenbruder": "hackenbruder@govdata.cz"
19   },
20   "source_files": "GovData/**/*.{h,m}",
21   "public_header_files": "GovData/**/*.h",
22   "user_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   },
25   "frameworks": "SystemConfiguration",
26   "requires_arc": true,
27   "resource_bundles": {
28     "GovData": [
29       "*.lproj"
30     ]
31   },
32   "dependencies": {
33     "AFNetworking": [
35     ]
36   }