[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / a / 7 / SnapKitten / 1.2.6 / SnapKitten.podspec.json
blob7d41bb73a5b2843aac6495b6990c9f53f042bf00
2   "name": "SnapKitten",
3   "version": "1.2.6",
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.2.6"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "swift_version": "4.0",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "SnapKitten/Classes/**/*",
26   "dependencies": {
27     "SnapKit": [
28       "~> 4.0.0"
29     ]
30   }