[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 9 / 8 / b / AnyFormatProtocol / 0.5.1 / AnyFormatProtocol.podspec.json
bloba96403626e479661a1f2e067f6b16d52f5f25af8
2   "name": "AnyFormatProtocol",
3   "version": "0.5.1",
4   "summary": "格式化 any? 类型",
5   "homepage": "https://github.com/linhay/AnyFormatProtocol",
6   "license": {
7     "type": "Apache License 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "linger": "linhan.linhey@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/linhay/AnyFormatProtocol.git",
15     "tag": "0.5.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "Sources/*/**",
22     "Sources/*/*/**",
23     "Sources/**"
24   ],
25   "public_header_files": [
26     "Sources/AnyFormatProtocol.h"
27   ],
28   "frameworks": [
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "4.0"
34   }