[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 6 / f / SwiftSnippet / 0.4.2 / SwiftSnippet.podspec.json
blob44df29fd776956169e8458edd3088a2881d59fd4
2   "name": "SwiftSnippet",
3   "version": "0.4.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.4.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/0.4.2/*.framework"
30       }
31     }
32   ]