blob: 044e64c14ab9fea06b2e01cedf417f5e5aa4e417 [file] [log] [blame]
{
"name": "NAMapKit",
"version": "3.0",
"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",
"Daniel Doubrovkine": "dblock@dblock.org",
"Orta Therox": "orta.therox@gmail.com"
},
"source": {
"git": "https://github.com/neilang/NAMapKit.git",
"tag": "v3.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NaMapKit/*.{h,m}",
"resources": "NAMapKit/*.png",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": [
"SDWebImage"
]
}