[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 2 / CodableFirebase / 0.0.7 / CodableFirebase.podspec.json
blobff203346827951c19a4ab2cba870924105c00e7e
2   "name": "CodableFirebase",
3   "version": "0.0.7",
4   "summary": "Use Codable with Firebase",
5   "description": "This library helps you use your custom models that conform to Codable protocol with Firebase Realtime Database and Firestore",
6   "homepage": "https://github.com/alickbass/CodableFirebase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleksii Dykan": "alick_bass@mail.ru"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.11",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/alickbass/CodableFirebase.git",
23     "tag": "0.0.7",
24     "branch": "master"
25   },
26   "source_files": "CodableFirebase/*.swift",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4"
29   }