[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 4 / 5 / a / Orbiter / 1.0.1 / Orbiter.podspec.json
blobc48634e3f473b3ed2735da6e691336097c02594a
2   "name": "Orbiter",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "Push Notification Registration for iOS.",
6   "homepage": "https://github.com/mattt/Orbiter",
7   "social_media_url": "https://twitter.com/mattt",
8   "authors": {
9     "Mattt Thompson": "m@mattt.me"
10   },
11   "source": {
12     "git": "https://github.com/mattt/Orbiter.git",
13     "tag": "1.0.1"
14   },
15   "source_files": "Orbiter",
16   "requires_arc": true,
17   "dependencies": {
18     "AFNetworking": [
19       "~> 1.3"
20     ]
21   },
22   "platforms": {
23     "ios": "5.0"
24   },
25   "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"