blob: c48634e3f473b3ed2735da6e691336097c02594a [file] [log] [blame]
{
"name": "Orbiter",
"version": "1.0.1",
"license": "MIT",
"summary": "Push Notification Registration for iOS.",
"homepage": "https://github.com/mattt/Orbiter",
"social_media_url": "https://twitter.com/mattt",
"authors": {
"Mattt Thompson": "m@mattt.me"
},
"source": {
"git": "https://github.com/mattt/Orbiter.git",
"tag": "1.0.1"
},
"source_files": "Orbiter",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3"
]
},
"platforms": {
"ios": "5.0"
},
"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"
}