blob: 975968bbfff6ced45228a7cec0f45fbe0a881963 [file] [log] [blame]
{
"name": "TTCustomCallout",
"version": "0.1.0",
"summary": "Custom Callout Annotation for MKMapview",
"description": " Custom Callout for MKMapview. Pass your own custom views for Callout!\n",
"homepage": "https://github.com/iosttpl/TTCustomCallout",
"license": "MIT",
"authors": {
"TTPL": "iosttpl@gmail.com"
},
"source": {
"git": "https://github.com/iosttpl/TTCustomCallout.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TTCustomCallout": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
]
}