[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 7 / 8 / 1 / TRMapView / 0.0.3 / TRMapView.podspec.json
blob22fc8374ff5b85ca7c9ae58c85ae644c1631263e
2   "name": "TRMapView",
3   "version": "0.0.3",
4   "summary": "fork fro TRMapView",
5   "description": "A longer description of TRMapView in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "http://lijinchao.sinaapp.com",
7   "license": "MIT",
8   "authors": {
9     "ljc": "lijinchao2007@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/PodRepo/TRMapView.git",
16     "tag": "0.0.3"
17   },
18   "source_files": "Classes/**/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "public_header_files": "Classes/MapView/MapView.h",
21   "resources": "Resources/*",
22   "vendored_frameworks": "Framework/*.{framework}",
23   "frameworks": [
24     "SystemConfiguration",
25     "CoreTelephony",
26     "Security"
27   ],
28   "libraries": [
29     "stdc++.6.0.9",
30     "z"
31   ],
32   "requires_arc": true