[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 1 / 2 / Away / 0.1.0 / Away.podspec.json
blob640ee891cea9ad135e93a3bbdcd173ad98884b66
2   "name": "Away",
3   "version": "0.1.0",
4   "summary": "Builds fakes CLLocations x distance away",
5   "description": "                        Away helps building fake CLLocations based on a given distance.\n",
6   "homepage": "https://github.com/wawandco/away",
7   "license": "MIT",
8   "authors": {
9     "Antonio Pagano": "apagano@wawand.co"
10   },
11   "source": {
12     "git": "https://github.com/wawandco/away.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/wawandco",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "Away": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "CoreLocation",
28     "Foundation"
29   ]