[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / b / 2 / IceCream / 1.9.2 / IceCream.podspec.json
blob24739196af9e23c38138744a7610b6936f6471fb
2   "name": "IceCream",
3   "version": "1.9.2",
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": "1.9.2"
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_version": "4.2",
34   "dependencies": {
35     "RealmSwift": [
37     ]
38   }