[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 5 / a / Orbiter / 1.0.0 / Orbiter.podspec.json
blobaebeb7584e335ec10dbb77fcf6ff9fbe329f7a5d
2   "name": "Orbiter",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Push Notification Registration for iOS.",
6   "homepage": "https://github.com/mattt/Orbiter",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me"
9   },
10   "source": {
11     "git": "https://github.com/mattt/Orbiter.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "Orbiter",
15   "requires_arc": true,
16   "dependencies": {
17     "AFNetworking": [
18       "~> 1.3"
19     ]
20   },
21   "prefix_header_contents": "  #import <Availability.h>\n\n  #if __IPHONE_OS_VERSION_MIN_REQUIRED\n    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <MobileCoreServices/MobileCoreServices.h>\n    #import <Security/Security.h>\n  #else\n    #import <SystemConfiguration/SystemConfiguration.h>\n    #import <CoreServices/CoreServices.h>\n    #import <Security/Security.h>\n  #endif\n"