[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 8 / b / 2 / IceCream / 2.0.3 / IceCream.podspec.json
blobf54fe43ad00d23472cf38122f019188c772e01b5
2   "name": "IceCream",
3   "version": "2.0.3",
4   "summary": "Sync Realm with CloudKit",
5   "description": "Sync Realm Database with CloudKit, written in Swift. It works just like magic.",
6   "homepage": "https://github.com/caiyue1993/IceCream",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "caiyue1993": "yuecai.nju@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/caiyue1993/IceCream.git",
16     "tag": "2.0.3"
17   },
18   "social_media_url": "https://twitter.com/caiyue5",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.12",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": [
26     "IceCream/Classes/**/*",
27     "IceCream/IceCream.h"
28   ],
29   "public_header_files": [
30     "IceCream/IceCream.h"
31   ],
32   "static_framework": true,
33   "swift_versions": "5.0",
34   "dependencies": {
35     "RealmSwift": [
36       "< 10.8.0"
37     ]
38   },
39   "swift_version": "5.0"