blob: 462237b636d85d823ae963be1d0a193621dd5bc4 [file] [log] [blame]
{
"name": "NAMapKit",
"version": "3.1.1",
"summary": "A Custom and simple framework for creating custom maps. Not based on MapKit.",
"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.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NaMapKit/*.{h,m}",
"resources": "NAMapKit/*.png",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": [
"SDWebImage",
"ARTiledImageView"
]
}