[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 0 / 3 / 1 / jjutils / 1.4.3 / jjutils.podspec.json
blob48c6789fa0b4bdb06b428e5f254c54516a904f8b
2   "name": "jjutils",
3   "version": "1.4.3",
4   "summary": "utils for swift",
5   "description": "Class for create app faster",
6   "homepage": "https://github.com/Only-IceSoul/JJUtils-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "only-icesoul": "justinjlf21@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Only-IceSoul/JJUtils-ios.git",
16     "tag": "1.4.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "src/**/*.{swift,h,m}"
23   ],
24   "swift_versions": "4.2",
25   "vendored_frameworks": "src/Frameworks/*.framework",
26   "ios": {
27     "preserve_paths": "src/Frameworks"
28   },
29   "public_header_files": "src/Frameworks/**/Headers/*.{h}",
30   "pod_target_xcconfig": {
31     "ARCHS": "$(ARCHS_STANDARD)",
32     "ONLY_ACTIVE_ARCH": "YES"
33   },
34   "user_target_xcconfig": {
35     "ARCHS": "$(ARCHS_STANDARD)",
36     "ONLY_ACTIVE_ARCH": "YES"
37   },
38   "swift_version": "4.2"