blob: f2d3d1215aaeb92e0be03aa787581f931e2ca8c5 [file] [log] [blame]
{
"name": "PlotPlugin",
"version": "1.6.4",
"summary": "Use the Plot library for Location Based Notifications in your iOS app.",
"description": " A longer description of [#] in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://www.plotprojects.com/",
"license": "Apache License, Version 2.0",
"authors": {
"CasPlattel": "cas@plotprojects.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Plotprojects/plot-phonegap-plugin.git",
"tag": "1.6.4"
},
"source_files": "src/ios/Plot.h",
"exclude_files": "",
"public_header_files": "src/ios/Plot.h",
"frameworks": "CoreLocation",
"libraries": [
"sqlite3",
"Plot"
],
"requires_arc": true
}