blob: c560ce2586c3a745e8420bdcff04438c5cde1860 [file] [log] [blame]
{
"name": "JOSESwift",
"version": "1.3.2",
"license": "Apache License, Version 2.0",
"summary": "JOSE framework for Swift",
"authors": {
"Daniel Egger": "daniel.egger@airsidemobile.com",
"Carol Capek": "carol.capek@airsidemobile.com",
"Christoph Gigi Fuchs": "christoph.fuchs@airsidemobile.com"
},
"homepage": "https://github.com/airsidemobile/JOSESwift",
"documentation_url": "https://github.com/airsidemobile/JOSESwift/wiki",
"social_media_url": "https://twitter.com/airsideout",
"swift_version": "4.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/airsidemobile/JOSESwift.git",
"tag": "1.3.2"
},
"source_files": "JOSESwift/**/*.{h,swift}",
"preserve_paths": "SJCommonCrypto/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/JOSESwift/SJCommonCrypto/iphonesimulator/",
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/JOSESwift/SJCommonCrypto/iphoneos/"
}
}