blob: 4fba624924df52b84bf160def8c4b4e2be12072d [file] [log] [blame]
{
"name": "BetterMaps",
"version": "0.0.1",
"summary": "Categories with extensions to MKMapKit libs.",
"homepage": "https://github.com/xjunior/BetterMaps",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Carlos Palhares": "me@xjunior.me"
},
"source": {
"git": "https://github.com/xjunior/BetterMaps.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "*.{h,m}",
"ios": {
"frameworks": "MapKit"
},
"requires_arc": true
}