[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 8 / 6 / SNKit / 1.0.0 / SNKit.podspec.json
blob4a51214826e61e3fe434a30d06aff006db07224a
2   "name": "SNKit",
3   "version": "1.0.0",
4   "summary": "Provides some useful classes, structs and extensions.",
5   "description": "SNKit is a collection of useful classes, structs and extensions.",
6   "homepage": "https://github.com/NingmengDev/SNKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ningmeng": "ningmengdev@163.com"
13   },
14   "source": {
15     "git": "https://github.com/NingmengDev/SNKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "subspecs": [
28     {
29       "name": "Base",
30       "source_files": "SNKit/Classes/Base/**/*"
31     },
32     {
33       "name": "Extension",
34       "source_files": "SNKit/Classes/Extension/**/*"
35     }
36   ],
37   "swift_version": "5.0"