| { |
| "name": "SMART", |
| "version": "2.1", |
| "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": "2.1", |
| "submodules": true |
| }, |
| "prepare_command": "git submodule update --init --recursive", |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9" |
| }, |
| "requires_arc": true, |
| "source_files": [ |
| "Classes/*", |
| "Swift-FHIR/Classes/*", |
| "Swift-FHIR/Models/*", |
| "OAuth2/SwiftKeychain/SwiftKeychain/Keychain/*.swift", |
| "OAuth2/OAuth2/*.swift" |
| ], |
| "ios": { |
| "source_files": [ |
| "Classes+iOS/*", |
| "OAuth2/OAuth2+iOS/*" |
| ] |
| }, |
| "osx": { |
| "source_files": [ |
| "Classes+OSX/*", |
| "OAuth2/OAuth2+OSX/*" |
| ] |
| } |
| } |