[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / SnapKitten / 1.0.12 / SnapKitten.podspec.json
blob69a2c8c8ce3db6fec4f851475391fb17db64dac7
2   "name": "SnapKitten",
3   "version": "1.0.12",
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.0.12"
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"