[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / 3 / b / SMART / 2.2.1 / SMART.podspec.json
blobb546a41ed022bfe50caab722dfca8c5714031913
2   "name": "SMART",
3   "version": "2.2.1",
4   "summary": "Swift SMART on FHIR framework for iOS and OS X",
5   "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/).",
6   "homepage": "https://github.com/smart-on-fhir/Swift-SMART",
7   "documentation_url": "http://docs.smarthealthit.org/Swift-SMART/",
8   "license": "Apache 2",
9   "authors": {
10     "Pascal Pfiffner": "phase.of.matter@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/smart-on-fhir/Swift-SMART.git",
14     "tag": "2.2.1",
15     "submodules": true
16   },
17   "prepare_command": "git submodule update --init --recursive",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": [
23     "Classes/*.swift",
24     "Swift-FHIR/Models/*.swift",
25     "Swift-FHIR/Classes/FHIRElement+Utilities.swift",
26     "Swift-FHIR/Classes/FHIRError.swift",
27     "Swift-FHIR/Classes/FHIROpenServer.swift",
28     "Swift-FHIR/Classes/FHIROperation.swift",
29     "Swift-FHIR/Classes/FHIRSearch.swift",
30     "Swift-FHIR/Classes/FHIRServer*.swift",
31     "Swift-FHIR/Classes/Reference+Resolving.swift",
32     "Swift-FHIR/Classes/Resource+REST.swift",
33     "Swift-FHIR/Classes/String+Localization.swift",
34     "OAuth2/SwiftKeychain/SwiftKeychain/Keychain/*.swift",
35     "OAuth2/OAuth2/*.swift"
36   ],
37   "ios": {
38     "source_files": [
39       "Classes+iOS/*.swift",
40       "OAuth2/OAuth2+iOS/*.swift"
41     ]
42   },
43   "osx": {
44     "source_files": [
45       "Classes+OSX/*.swift",
46       "OAuth2/OAuth2+OSX/*.swift"
47     ]
48   }