[Add] BoreyAdSDK 1.0.7
[CocoaPods.git] / Specs / b / 8 / 6 / SNKit / 1.0.1 / SNKit.podspec.json
blob4a24c1da1f805c8b9d371ee8201139f16816b7d9
2   "name": "SNKit",
3   "version": "1.0.1",
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.1"
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       "name": "Networking",
38       "source_files": "SNKit/Classes/Networking/**/*",
39       "dependencies": {
40         "Moya": [
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"