[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / 1 / 6 / SnippetsFramework / 0.0.11 / SnippetsFramework.podspec.json
blob17d5751c3c91fc03ff925b10a3c808375f5ee5bf
2   "name": "SnippetsFramework",
3   "module_name": "Snippets",
4   "version": "0.0.11",
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.11"
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   ]