[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 6 / 1 / 8 / ASCore / 0.0.1.12c3p1 / ASCore.podspec.json
blob89b8ffe31d995fee6dc4e8a6afd220abba723ccb
2   "name": "ASCore",
3   "version": "0.0.1.12c3p1",
4   "summary": "Utilities and Extensions commonly used in daily development",
5   "homepage": "https://github.com/qiancaox/ASKit",
6   "license": "MIT",
7   "authors": {
8     "Amt Super": "qiancaoxiang@163.com"
9   },
10   "source": {
11     "git": "https://github.com/qiancaox/ASKit.git",
12     "tag": "0.0.1.12c3p1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_versions": "5.0",
18   "subspecs": [
19     {
20       "name": "Utilities",
21       "source_files": "ASCore/Utilities/*.swift"
22     },
23     {
24       "name": "Extensions",
25       "source_files": "ASCore/Extensions/*.swift",
26       "dependencies": {
27         "ASCore/Utilities": [
29         ]
30       }
31     }
32   ],
33   "swift_version": "5.0"