[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 2 / 5 / e / JLTools_Swift / 0.0.1 / JLTools_Swift.podspec.json
blob7fc9125827fd1434c501342c9802b62b3e55cd38
2   "name": "JLTools_Swift",
3   "summary": "JLTools in Swift",
4   "version": "0.0.1",
5   "homepage": "https://github.com/ALCoding/JLTools",
6   "license": "MIT",
7   "authors": {
8     "Jalen": "alvdev@126.com"
9   },
10   "source": {
11     "git": "https://github.com/ALCoding/JLTools.git",
12     "tag": "0.0.1"
13   },
14   "source_files": "Swift/Tools/Helper/**/*.swift",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0"
18   },
19   "preserve_paths": "Swift/CommonCrypto/**/*",
20   "pod_target_xcconfig": {
21     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/JLTools_Swift/Swift/CommonCrypto/iphoneos",
22     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/JLTools_Swift/Swift/CommonCrypto/iphonesimulator",
23     "SWIFT_VERSION": "4.0"
24   }