blob: 095f2fe0022429b42d70e100eb2c10a67658d6f8 [file] [log] [blame]
{
"name": "LocationPlayback",
"version": "0.3.6",
"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.",
"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.6"
},
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LocationPlayback": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"PureLayout": [
"~> 2.0.6"
],
"Parse": [
"1.8.5"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"MapKit"
]
}