[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 3 / b / SMART / 0.5.0 / SMART.podspec.json
blobcecd474578a9c9a11ae51b769841fed08a409d3f
2   "name": "SMART",
3   "version": "0.5.0",
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                   \n                   Swift-SMART is a full client implementation of the ðŸ”¥FHIR specification for building apps that\n                   interact with healthcare data through [**SMART on FHIR**](http://docs.smarthealthit.org).\n                   \n                   Start with `import SMART` in your source files. Code documentation is available from within\n                   Xcode (ALT + click on symbols) and on [smart-on-fhir.github.io/Swift-SMART/](http://smart-on-fhir.github.io/Swift-SMART/).\n",
6   "homepage": "https://github.com/smart-on-fhir/Swift-SMART",
7   "license": "Apache 2",
8   "authors": {
9     "Pascal Pfiffner": "phase.of.matter@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/smart-on-fhir/Swift-SMART.git",
13     "tag": "FHIR-0.5.0",
14     "submodules": true
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "Classes/*",
23     "Swift-FHIR/Classes/*",
24     "Swift-FHIR/Models/*",
25     "OAuth2/OAuth2/*"
26   ],
27   "ios": {
28     "source_files": [
29       "Classes+iOS/*",
30       "OAuth2/OAuth2-iOS/*"
31     ]
32   },
33   "osx": {
34     "source_files": "Classes+OSX/*"
35   }