[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 8 / 3 / b / SMART / 2.1.1 / SMART.podspec.json
blobb674221e172fadaf38585674f174732faef155d1
2   "name": "SMART",
3   "version": "2.1.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.1.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   "requires_arc": true,
23   "source_files": [
24     "Classes/*",
25     "Swift-FHIR/Classes/*",
26     "Swift-FHIR/Models/*",
27     "OAuth2/SwiftKeychain/SwiftKeychain/Keychain/*.swift",
28     "OAuth2/OAuth2/*.swift"
29   ],
30   "ios": {
31     "source_files": [
32       "Classes+iOS/*",
33       "OAuth2/OAuth2+iOS/*"
34     ]
35   },
36   "osx": {
37     "source_files": [
38       "Classes+OSX/*",
39       "OAuth2/OAuth2+OSX/*"
40     ]
41   }