[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / e / 8 / 5 / JOSESwift / 1.3.2 / JOSESwift.podspec.json
blobc560ce2586c3a745e8420bdcff04438c5cde1860
2   "name": "JOSESwift",
3   "version": "1.3.2",
4   "license": "Apache License, Version 2.0",
5   "summary": "JOSE framework for Swift",
6   "authors": {
7     "Daniel Egger": "daniel.egger@airsidemobile.com",
8     "Carol Capek": "carol.capek@airsidemobile.com",
9     "Christoph Gigi Fuchs": "christoph.fuchs@airsidemobile.com"
10   },
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",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/airsidemobile/JOSESwift.git",
20     "tag": "1.3.2"
21   },
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/"
27   }