[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 0 / 3 / 1 / jjutils / 1.5.1 / jjutils.podspec.json
blob963c0490eb432a1d2c823b9dad98d542b7357380
2   "name": "jjutils",
3   "version": "1.5.1",
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.5.1"
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     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 i386"
35   },
36   "swift_version": "4.2"