blob: 60063be36483339a376e57e19c6bcff9aba5283e [file] [log] [blame]
{
"name": "NAMapKit",
"version": "2.1",
"summary": "Allows you to use custom maps in MapKit compatible way.",
"homepage": "https://github.com/neilang/NAMapKit",
"license": "MIT",
"authors": {
"Neil Ang": "neil@neilang.com",
"Tony Arnold": "tony@thecocoabots.com"
},
"source": {
"git": "https://github.com/neilang/NAMapKit.git",
"tag": "v2.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NaMapKit/*.{h,m}",
"resources": "NAMapKit/*.png",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true
}