[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / d / 6 / f / SwiftSnippet / 0.3.1 / SwiftSnippet.podspec.json
blob3a30dcfa8fed66c3e9fa875bdf80165661d527b4
2   "name": "SwiftSnippet",
3   "version": "0.3.1",
4   "summary": "some code snippet with namespace.",
5   "description": "some code snippet with namespace, some codes in cocoa, easy to use\"",
6   "homepage": "https://github.com/foxsin10/Snippet.git",
7   "license": "MIT",
8   "authors": {
9     "foxsin10": "fox_we10@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/foxsin10/Snippet.git",
16     "tag": "0.3.1"
17   },
18   "swift_version": "4.2",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "source",
23       "source_files": "Snippet/Snippet/**/*"
24     },
25     {
26       "name": "framework",
27       "ios": {
28         "vendored_frameworks": "Snippet_Products/*.framework"
29       }
30     }
31   ]