[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 1 / 6 / SnippetsFramework / 0.0.10 / SnippetsFramework.podspec.json
blob4ffe69cf7c2249ca5831fbf6dca0d0047d5f132d
2   "name": "SnippetsFramework",
3   "module_name": "Snippets",
4   "version": "0.0.10",
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.10"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "swift_versions": "4.0",
21   "dependencies": {
22     "UUSwift": [
24     ]
25   },
26   "swift_version": "4.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Snippets/**/*.{h,m,swift}",
31       "ios": {
32         "frameworks": [
33           "UIKit",
34           "Foundation",
35           "UUSwift"
36         ]
37       },
38       "osx": {
39         "frameworks": [
40           "CoreFoundation",
41           "UUSwift"
42         ]
43       }
44     }
45   ]