blob: ff3b215bd8590a34c47680c3490c1e8a843e4034 [file] [log] [blame]
{
"name": "MockingPlace",
"version": "0.2.1",
"summary": "A complete CLLocationManager simulator.",
"description": "Simulates locations and tracks using geojson. Apple keeps changing how the location simulation in Xcode works and it kept breaking my projects. Enter MockingPlace. Also works on real devices.",
"homepage": "https://github.com/maciekish/MockingPlace",
"license": "MIT",
"authors": {
"Maciej Swic": "maciej@swic.name"
},
"source": {
"git": "https://github.com/maciekish/MockingPlace.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/maciekish",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MockingPlace": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreLocation"
],
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}