[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 0 / 1 / 6 / SnippetsFramework / 0.0.2 / SnippetsFramework.podspec.json
blob187e4b08df16a5b0a92e054f90843971cc353e08
2   "name": "SnippetsFramework",
3   "module_name": "Snippets",
4   "version": "0.0.2",
5   "description": "The Snippets framework enables drop-in functionality to interact with the Micro.blog platform.",
6   "summary": "A Swift library for interacting with the Micro.blog platform",
7   "homepage": "https://github.com/microdotblog/snippets",
8   "authors": "Micro.blog",
9   "license": {
10     "type": "MIT"
11   },
12   "source": {
13     "git": "https://github.com/microdotblog/snippets.git",
14     "tag": "0.0.2"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "swift_version": "4.0",
21   "dependencies": {
22     "UUSwift": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Snippets/**/*.{h,m,swift}",
30       "ios": {
31         "frameworks": [
32           "UIKit",
33           "Foundation",
34           "UUSwift"
35         ]
36       },
37       "osx": {
38         "frameworks": [
39           "CoreFoundation",
40           "UUSwift"
41         ]
42       }
43     }
44   ]