[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 1 / iOS-KML-Framework / 0.0.1 / iOS-KML-Framework.podspec.json
blob8bbf8aff7329a496a11bb1fc2856774c765421c8
2   "name": "iOS-KML-Framework",
3   "version": "0.0.1",
4   "summary": "This is an iOS framework for parsing/generating KML files.",
5   "homepage": "http://kmlframework.com",
6   "license": "BSD",
7   "authors": {
8     "Watanabe Toshinori": "t@flcl.jp",
9     "Tom Bradley (TBXML)": "tom@tbxml.co.uk"
10   },
11   "source": {
12     "git": "https://github.com/FLCLjp/iOS-KML-Framework.git",
13     "commit": "123c3e7d81a0f2be91c280951d2868ed512b461e"
14   },
15   "platforms": {
16     "ios": "4.0"
17   },
18   "source_files": "KML/*.{h,m}",
19   "frameworks": "UIKit",
20   "preserve_paths": "TBXML-LICENSE",
21   "requires_arc": true,
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/iOS-KML-Framework/"
24   }