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