blob: c160746d73b02da4ecb74fad0eccddd78796a07f [file] [log] [blame]
{
"name": "NAMapKit",
"version": "3.2.0",
"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.2.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "NaMapKit/*.{h,m}",
"resources": "NAMapKit/*.png",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
],
"ARTiledImageView": [
]
}
}