4 "license": "Apache License, Version 2.0",
5 "summary": "JOSE framework for Swift",
7 "Daniel Egger": "daniel.egger@airsidemobile.com",
8 "Carol Capek": "carol.capek@airsidemobile.com",
9 "Christoph Gigi Fuchs": "christoph.fuchs@airsidemobile.com"
11 "homepage": "https://github.com/airsidemobile/JOSESwift",
12 "documentation_url": "https://github.com/airsidemobile/JOSESwift/wiki",
13 "social_media_url": "https://twitter.com/airsideout",
14 "swift_version": "4.0",
19 "git": "https://github.com/airsidemobile/JOSESwift.git",
22 "source_files": "JOSESwift/**/*.{h,swift}",
23 "preserve_paths": "SJCommonCrypto/*",
24 "pod_target_xcconfig": {
25 "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/JOSESwift/SJCommonCrypto/iphonesimulator/",
26 "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/JOSESwift/SJCommonCrypto/iphoneos/"