[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 5 / 0 / TPMapsApp / 1.0.1 / TPMapsApp.podspec.json
blobc0a2ec0d155cfbd6385a5bb2586fe4200810e755
2   "name": "TPMapsApp",
3   "version": "1.0.1",
4   "summary": "A class to help deal with the variety of mapping apps on iOS.",
5   "description": "TPMapsApp helps you launch the right external mapping application.\n\nIt detects installed applications and provides APIs to automatically\nselect the most desirable one or to easily create preferences UI to\nallow the customer to select their own.\n\n",
6   "homepage": "https://github.com/tetherpad/TPMapsApp",
7   "license": "MIT",
8   "authors": {
9     "Mark Ferlatte": "mark@tetherpad.com"
10   },
11   "source": {
12     "git": "https://github.com/tetherpad/TPMapsApp.git",
13     "tag": "1.0.1"
14   },
15   "source_files": "TP*MapsApp.{h,m}",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "dependencies": {
21     "AFNetworking": [
22       "~> 1.3.0"
23     ]
24   },
25   "deprecated": true,
26   "deprecated_in_favor_of": "TPDMapsApp",
27   "prefix_header_contents": "#import <Availability.h>\n#import <SystemConfiguration/SystemConfiguration.h>\n#import <MobileCoreServices/MobileCoreServices.h>\n#import <Security/Security.h>\n"