[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 6 / f / Kashmir / 0.1.3 / Kashmir.podspec.json
blob89ec33fcc373caa09e24b5ce3968533539ac7ad6
2   "name": "Kashmir",
3   "version": "0.1.3",
4   "summary": "Utility framework to help building of 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.3"
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     "watchos": "3.0"
22   },
23   "requires_arc": true,
24   "source_files": "Kashmir/Shared/**/*.{h,swift}",
25   "osx": {
26     "source_files": "Kashmir/macOS/**/*.{h,swift}"
27   },
28   "ios": {
29     "source_files": "Kashmir/iOS/**/*.{h,swift}"
30   },
31   "tvos": {
32     "source_files": "Kashmir/tvOS/**/*.{h,swift}"
33   },
34   "watchos": {
35     "source_files": "Kashmir/watchOS/**/*.{h,swift}"
36   }