blob: 5d6db5c6fe99dfc76226b5f7316bf40063e3c3ce [file] [log] [blame]
{
"name": "VCHMapKit",
"version": "0.0.1",
"summary": "A kit to helpful use the MapKit",
"description": "this kit can helpful to use the MapKit",
"homepage": "https://github.com/vhuichen/VCHMapKit",
"license": "MIT",
"authors": {
"vhuichen": "vhuichen@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vhuichen/VCHMapKit.git",
"tag": "0.0.1"
},
"source_files": [
"VCHMapKit/*.{h,m}",
"VCHMapKit/JZLocationConverter/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreLocation",
"MapKit"
],
"requires_arc": true
}