[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / d / 0 / CargoBay / 1.0.0 / CargoBay.podspec.json
blobad51504810cd9f57064ff2e9c3b27c053f28fa3c
2   "name": "CargoBay",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "The Essential StoreKit Companion.",
6   "homepage": "https://github.com/mattt/CargoBay",
7   "authors": {
8     "Mattt Thompson": "m@mattt.me"
9   },
10   "source": {
11     "git": "https://github.com/mattt/CargoBay.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "CargoBay",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "frameworks": [
21     "StoreKit",
22     "Security"
23   ],
24   "dependencies": {
25     "AFNetworking": [
26       "~> 1.0"
27     ]
28   },
29   "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"