[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 0 / c / 6 / JSCoreKit / 0.1.7 / JSCoreKit.podspec.json
blobc7ebb00ec1ab7d13dddd37384542c64186b2e0eb
2   "name": "JSCoreKit",
3   "version": "0.1.7",
4   "summary": "JSCoreKit",
5   "homepage": "https://github.com/jiasongs/JSCoreKit",
6   "authors": {
7     "jiasong": "593908937@qq.com"
8   },
9   "platforms": {
10     "ios": "10.0"
11   },
12   "swift_versions": [
13     "4.2",
14     "5.0"
15   ],
16   "source": {
17     "git": "https://github.com/jiasongs/JSCoreKit.git",
18     "tag": "0.1.7"
19   },
20   "frameworks": [
21     "Foundation",
22     "UIKit",
23     "CoreGraphics",
24     "QuartzCore"
25   ],
26   "source_files": [
27     "Sources",
28     "Sources/*.{h,m}"
29   ],
30   "license": "MIT",
31   "requires_arc": true,
32   "default_subspecs": "Core",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": [
37         "Sources/**/*.{h,m}",
38         "Sources/**/**/*.{h,m}"
39       ]
40     }
41   ],
42   "swift_version": "5.0"