[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / SnapKitten / 1.1.14 / SnapKitten.podspec.json
blob982717595a2c56baf634e84506f7625a7f96240a
2   "name": "SnapKitten",
3   "version": "1.1.14",
4   "summary": "A library based on SnapKit and Constraint system. It try to simplify the linear case of UI Constraint",
5   "description": "A library based on SnapKit and Constraint system. It try to simplify the linear case of UI Constraint\n  Future would create a android equalivalent.",
6   "homepage": "https://github.com/springwong/SnapKitten",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Spring Wong": "rudolphwong2002@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/springwong/SnapKitten.git",
16     "tag": "1.1.14"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SnapKitten/Classes/**/*",
22   "dependencies": {
23     "SnapKit": [
24       "~> 3.2.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"