blob: 7fc9125827fd1434c501342c9802b62b3e55cd38 [file] [log] [blame]
{
"name": "JLTools_Swift",
"summary": "JLTools in Swift",
"version": "0.0.1",
"homepage": "https://github.com/ALCoding/JLTools",
"license": "MIT",
"authors": {
"Jalen": "alvdev@126.com"
},
"source": {
"git": "https://github.com/ALCoding/JLTools.git",
"tag": "0.0.1"
},
"source_files": "Swift/Tools/Helper/**/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"preserve_paths": "Swift/CommonCrypto/**/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/JLTools_Swift/Swift/CommonCrypto/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/JLTools_Swift/Swift/CommonCrypto/iphonesimulator",
"SWIFT_VERSION": "4.0"
}
}