[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / e / 4 / MockingPlace / 0.2.4 / MockingPlace.podspec.json
blob5f64a56c7dd880958f262268244f3af835f85383
2   "name": "MockingPlace",
3   "version": "0.2.4",
4   "summary": "A complete CLLocationManager simulator.",
5   "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.",
6   "homepage": "https://github.com/maciekish/MockingPlace",
7   "license": "MIT",
8   "authors": {
9     "Maciej Swic": "maciej@swic.name"
10   },
11   "source": {
12     "git": "https://github.com/maciekish/MockingPlace.git",
13     "tag": "0.2.4"
14   },
15   "social_media_url": "https://twitter.com/maciekish",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "MockingPlace": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "CoreLocation"
29   ],
30   "dependencies": {
31     "JRSwizzle": [
32       "~> 1.0"
33     ]
34   }