[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 6 / b / LapseKit / 0.2.0 / LapseKit.podspec.json
blobe8927757150b0e2d03430e080e67768984a596a8
2   "name": "LapseKit",
3   "version": "0.2.0",
4   "summary": "Objective-C client for the Everlapse API.",
5   "homepage": "https://github.com/seesawco/LapseKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Caleb Davenport": "caleb@seesaw.co",
12     "Sam Soffes": "sam@soff.es"
13   },
14   "source": {
15     "git": "https://github.com/seesawco/LapseKit.git",
16     "tag": "v0.2.0"
17   },
18   "source_files": "LapseKit/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   },
25   "platforms": {
26     "ios": "5.0",
27     "osx": "10.7"
28   },
29   "ios": {
30     "frameworks": [
31       "MobileCoreServices",
32       "SystemConfiguration",
33       "Security",
34       "CoreGraphics"
35     ]
36   },
37   "osx": {
38     "frameworks": [
39       "CoreServices",
40       "SystemConfiguration",
41       "Security"
42     ]
43   },
44   "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"