[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 8 / b / AnyFormatProtocol / 0.5.2 / AnyFormatProtocol.podspec.json
blob5a7748c2a45cc6a2fe4272c399536eeb88877355
2   "name": "AnyFormatProtocol",
3   "version": "0.5.2",
4   "license": "MIT",
5   "summary": "格式化 any? 类型",
6   "homepage": "https://github.com/linhay/AnyFormatProtocol",
7   "authors": {
8     "linger": "linhan.linhey@outlook.com"
9   },
10   "source": {
11     "git": "https://github.com/linhay/AnyFormatProtocol.git",
12     "tag": "0.5.2"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "public_header_files": [
21     "Sources/AnyFormatProtocol.h"
22   ],
23   "source_files": [
24     "Sources/*/**",
25     "Sources/*/*/**",
26     "Sources/**"
27   ],
28   "osx": {
29     "exclude_files": [
30       "Sources/AnyFormatProtocol+UIKit.swift"
31     ]
32   },
33   "watchos": {
34     "exclude_files": [
35       "Sources/AnyFormatProtocol+UIKit.swift"
36     ]
37   },
38   "tvos": {
39     "exclude_files": [
40       "Sources/AnyFormatProtocol+UIKit.swift"
41     ]
42   },
43   "requires_arc": true,
44   "pod_target_xcconfig": {
45     "SWIFT_VERSION": "4.0"
46   }