[Delete] YLCategory-Swift-MacOS 1.0.2
[CocoaPods.git] / Specs / 9 / 6 / f / Kashmir / 0.1.9 / Kashmir.podspec.json
blob52a33d4068bd883edeb30319b8372d004316cc41
2   "name": "Kashmir",
3   "version": "0.1.9",
4   "summary": "Utility framework to help building macOS, iOS, tvOS and watchOS apps, the Rock & Code way.",
5   "homepage": "http://git.rock-n-co.de/RockAndCode/Kashmir",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/rock-n-code/Kashmir.git",
12     "tag": "0.1.9"
13   },
14   "authors": {
15     "Javier Cicchelli": "javier@rock-n-code.com"
16   },
17   "platforms": {
18     "osx": "10.12",
19     "ios": "10.0",
20     "tvos": "10.0"
21   },
22   "requires_arc": true,
23   "source_files": "Kashmir/Shared/**/*.{h,swift}",
24   "osx": {
25     "source_files": "Kashmir/macOS/**/*.{h,swift}"
26   },
27   "ios": {
28     "source_files": "Kashmir/iOS/**/*.{h,swift}"
29   },
30   "tvos": {
31     "source_files": "Kashmir/tvOS/**/*.{h,swift}"
32   },
33   "watchos": {
34     "source_files": "Kashmir/watchOS/**/*.{h,swift}"
35   },
36   "pushed_with_swift_version": "3.0"