[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / 1 / d / 9 / CCHTransportClient / 1.1.0 / CCHTransportClient.podspec.json
blob2a1ef1ed9e3e7b37c2da5541a4a2718022aebe9e
2   "name": "CCHTransportClient",
3   "version": "1.1.0",
4   "license": "Copyright Claus Höfele",
5   "summary": "Real-time data from various transportation APIs for iOS and OS X",
6   "homepage": "https://github.com/choefele/CCHTransportClient",
7   "authors": {
8     "Claus Höfele": "claus@claushoefele.com"
9   },
10   "social_media_url": "https://twitter.com/claushoefele",
11   "source": {
12     "git": "https://github.com/choefele/CCHTransportClient.git",
13     "tag": "1.1.0"
14   },
15   "frameworks": "CoreLocation",
16   "requires_arc": true,
17   "dependencies": {
18     "Ono": [
19       "~> 1.2.0"
20     ],
21     "CCHBinaryData": [
22       "~> 1.0.0"
23     ],
24     "GZIP": [
25       "~> 1.0.0"
26     ]
27   },
28   "platforms": {
29     "ios": "7.0",
30     "osx": "10.9"
31   },
32   "source_files": "CCHTransportClient/**/*.{h,m}",
33   "private_header_files": [
34     "CCHTransportClient/de.bahn/{*Generator, *Parser, CCHTransportDEBahnClientUtils}.h",
35     "CCHTransportClient/de.vbb/{*Generator, *Parser, CCHTransportDEVBBClientUtils}.h"
36   ]