blob: 2d1fb68e376ebb349571cbcedc1d5008ecb24742 [file] [log] [blame]
{
"name": "LocationPlayback",
"version": "0.3.0",
"summary": "LocationPlayback should help you with recording and playback location of your device.",
"description": " LocationPlayback should help you with recording and playback location of your device. We are using that lib in Bright Inventions as it helps a lot with testing the location based apps.\n",
"homepage": "https://github.com/bright/LocationPlayback",
"license": "MIT",
"authors": {
"Daniel Makurat": "daniel.makurat@gmail.com"
},
"source": {
"git": "https://github.com/bright/LocationPlayback.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LocationPlayback": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
"~> 2.0.6"
],
"Parse": [
"~> 1.7.4"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
]
}