blob: 22fc8374ff5b85ca7c9ae58c85ae644c1631263e [file] [log] [blame]
{
"name": "TRMapView",
"version": "0.0.3",
"summary": "fork fro TRMapView",
"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!",
"homepage": "http://lijinchao.sinaapp.com",
"license": "MIT",
"authors": {
"ljc": "lijinchao2007@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/PodRepo/TRMapView.git",
"tag": "0.0.3"
},
"source_files": "Classes/**/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/MapView/MapView.h",
"resources": "Resources/*",
"vendored_frameworks": "Framework/*.{framework}",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"Security"
],
"libraries": [
"stdc++.6.0.9",
"z"
],
"requires_arc": true
}