[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / e / 5 / SKExtensions / 0.1.0 / SKExtensions.podspec.json
blob23468016cd428b6e3a714cbccc1170035a49823a
2   "name": "SKExtensions",
3   "version": "0.1.0",
4   "summary": "A Collection of Useful Swift Extensions",
5   "description": "SKExtensions is a collection of extensions which I found nice to have when learning Swift and making Apps. Hope you find them useful as well.",
6   "homepage": "https://github.com/icyasblue/SKExtensions",
7   "license": "MIT",
8   "authors": {
9     "Angelo Yu": "angeloyu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/icyasblue/SKExtensions.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SKExtensions": [
22       "Pod/Assets/*.png"
23     ]
24   }