Skip to content

Commit

Permalink
Update README and Jazzy config
Browse files Browse the repository at this point in the history
Wow, can’t believe the readme still said “Swift 2”!
  • Loading branch information
p2 committed Jan 5, 2017
1 parent b5c3d03 commit c03f72f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 19 deletions.
59 changes: 41 additions & 18 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Jazzy config
module_name: SMART
author_name: SMART Health IT
module: SMART
author: SMART Health IT
author_url: http://www.smarthealthit.org

root_url: http://smart-on-fhir.github.io/Swift-SMART
github_url: https://github.com/smart-on-fhir/Swift-SMART

theme_directory: fullwidth
theme: fullwidth
custom_categories:
- name: Client
children:
- Client
- SMARTAuthProperties
- SMARTAuthGranularity
- FHIRError
- FHIRJSON
- FHIRJSONError
- FHIRJSONErrorType

Expand All @@ -22,16 +23,20 @@ custom_categories:
- Server
- FHIRServer
- FHIROpenServer
- FHIRSearch
- FHIRErrorCallback
- FHIROperation
- FHIROperationContext
- FHIRRequestType
- FHIRServerRequestHandler
- FHIRRequestHeaderField
- FHIRRequestHeaders
- FHIRRequestMethod
- FHIRResourceErrorCallback
- FHIRSearch
- FHIRServerDataRequestHandler
- FHIRServerJSONRequestHandler
- FHIRServerResponse
- FHIRServerDataResponse
- FHIRServerJSONRequestHandler
- FHIRServerJSONResponse
- FHIRServerRequestHandler
- FHIRServerResponse

- name: Patient List
children:
Expand All @@ -47,22 +52,40 @@ custom_categories:
children:
- OAuth2
- OAuth2AuthConfig
- OAuth2AuthRequest
- OAuth2Authorizer
- OAuth2AuthorizerUI
- OAuth2Base
- OAuth2ClientConfig
- OAuth2ClientCredentials
- OAuth2ImplicitGrant
- OAuth2CodeGrant
- OAuth2Request
- OAuth2CodeGrantBasicAuth
- OAuth2ContextStore
- OAuth2DataTaskRequestPerformer
- OAuth2DebugLogger
- OAuth2DebugURLSessionDelegate
- OAuth2DynReg
- OAuth2EndpointAuthMethod
- OAuth2WebViewController
- OAuth2Base
- OAuth2Error
- OAuth2HTTPContentType
- OAuth2HTTPMethod
- OAuth2Headers
- OAuth2ImplicitGrant
- OAuth2JSON
- OAuth2LogLevel
- OAuth2Logger
- OAuth2PasswordGrant
- OAuth2RequestParams
- OAuth2RequestPerformer
- OAuth2Requestable
- OAuth2Response
- OAuth2Securable
- OAuth2StringDict
- OAuth2WebViewController

- name: Keychain
children:
- Keychain
- KeychainItem
- KeychainService
- KeychainQuery
- BaseKey
- GenericKey
- ArchiveKey
- KeychainItemType
- KeychainServiceType
- KeychainGenericPasswordType
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center"><img src="./assets/banner.png" alt=""></p>

Swift-SMART is a full client implementation of the 🔥FHIR specification for building apps that interact with healthcare data through [**SMART on FHIR**][smart].
Written in _Swift 2_ it is compatible with **iOS 8** and **OS X 10.9** and newer and requires Xcode 7 or newer.
Written in _Swift 3_ it is compatible with **iOS 8** and **OS X 10.9** and newer and requires Xcode 8 or newer.


### Versioning
Expand Down

0 comments on commit c03f72f

Please sign in to comment.