[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / d / 6 / f / SwiftSnippet / 0.3.2 / SwiftSnippet.podspec.json
blob2c488f6526c726c59a826c328fcf578ff8e85541
2   "name": "SwiftSnippet",
3   "version": "0.3.2",
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.2"
17   },
18   "default_subspecs": "framework",
19   "swift_version": "4.2",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "source",
24       "source_files": "Snippet/Snippet/**/*"
25     },
26     {
27       "name": "framework",
28       "ios": {
29         "vendored_frameworks": "Snippet_Products/*.framework"
30       }
31     }
32   ]