[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 5 / 0 / TPMapsApp / 1.0.0 / TPMapsApp.podspec.json
blobb043e529a214e7a8987203b9f4b0d312f717ec69
2   "name": "TPMapsApp",
3   "version": "1.0.0",
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.0"
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   "prefix_header_contents": "#import <Availability.h>\n#import <SystemConfiguration/SystemConfiguration.h>\n#import <MobileCoreServices/MobileCoreServices.h>\n#import <Security/Security.h>\n"