| { |
| "name": "SMART", |
| "version": "3.0.0", |
| "summary": "Swift SMART on FHIR framework for iOS and OS X", |
| "description": "Swift SMART on FHIR framework for iOS and OS X.\n\nSwift-SMART is a full client implementation of the 🔥FHIR specification for building apps that\ninteract with healthcare data through [**SMART on FHIR**](http://docs.smarthealthit.org).\n\nStart with `import SMART` in your source files. Code documentation is available from within\nXcode (ALT + click on symbols) and on [smart-on-fhir.github.io/Swift-SMART/](http://smart-on-fhir.github.io/Swift-SMART/).", |
| "homepage": "https://github.com/smart-on-fhir/Swift-SMART", |
| "documentation_url": "http://docs.smarthealthit.org/Swift-SMART/", |
| "license": "Apache 2", |
| "authors": { |
| "Pascal Pfiffner": "phase.of.matter@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/smart-on-fhir/Swift-SMART.git", |
| "tag": "3.0.0", |
| "submodules": true |
| }, |
| "prepare_command": "git submodule update --init --recursive", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS": "-DNO_MODEL_IMPORT -DNO_MODULE_IMPORT -DNO_KEYCHAIN_IMPORT" |
| }, |
| "source_files": [ |
| "Sources/Client/*.swift", |
| "Swift-FHIR/Sources/Models/*.swift", |
| "Swift-FHIR/Sources/Client/DomainResource+Containment.swift", |
| "Swift-FHIR/Sources/Client/Element+Extensions.swift", |
| "Swift-FHIR/Sources/Client/FHIRBaseRequestHandler.swift", |
| "Swift-FHIR/Sources/Client/FHIRMinimalServer.swift", |
| "Swift-FHIR/Sources/Client/FHIROpenServer.swift", |
| "Swift-FHIR/Sources/Client/FHIROperation.swift", |
| "Swift-FHIR/Sources/Client/FHIRSearch.swift", |
| "Swift-FHIR/Sources/Client/FHIRServerDataResponse.swift", |
| "Swift-FHIR/Sources/Client/FHIRString+Localization.swift", |
| "Swift-FHIR/Sources/Client/Patient+SMART.swift", |
| "Swift-FHIR/Sources/Client/Reference+Resolving.swift", |
| "Swift-FHIR/Sources/Client/Resource+Instantiation.swift", |
| "Swift-FHIR/Sources/Client/Resource+Operation.swift", |
| "Swift-FHIR/Sources/Client/Resource+REST.swift", |
| "Swift-FHIR/Sources/Client/ValueSet+Localization.swift", |
| "OAuth2/SwiftKeychain/Keychain/Keychain.swift", |
| "OAuth2/Sources/Base/*.swift", |
| "OAuth2/Sources/Flows/*.swift" |
| ], |
| "ios": { |
| "source_files": [ |
| "Sources/iOS/*.swift", |
| "OAuth2/Sources/iOS/*.swift" |
| ] |
| }, |
| "osx": { |
| "source_files": [ |
| "Sources/macOS/*.swift", |
| "OAuth2/Sources/macOS/*.swift" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |