[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / e / 6 / b / LapseKit / 0.1.0 / LapseKit.podspec.json
blob0d1143354e656bc9b93ed4327ccc9fcf1384a998
2   "name": "LapseKit",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "LapseKit/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ]
27   },
28   "frameworks": [
29     "SystemConfiguration",
30     "MobileCoreServices"
31   ],
32   "prefix_header_contents": "  #import <SystemConfiguration/SystemConfiguration.h>\n  #import <MobileCoreServices/MobileCoreServices.h>\n"