[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 7 / 8 / 2 / NSMCore / 0.2.2 / NSMCore.podspec.json
blob322ce7a5e82c43561932b3ee374dd3cf03fd37ce
2   "name": "NSMCore",
3   "version": "0.2.2",
4   "summary": "NSMCore defines the foundation upon which all other NSM features are built.",
5   "homepage": "https://git.vmovier.cc/projects/NSM/repos/nsmcore",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wanglei": "wang.lei.mimi@gmail.com"
12   },
13   "source": {
14     "git": "https://git.vmovier.cc/scm/nsm/nsmcore.git",
15     "tag": "0.2.2"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "subspecs": [
21     {
22       "name": "Foundation",
23       "source_files": "NSMCore/Classes/Foundation/**/*"
24     },
25     {
26       "name": "Networking",
27       "source_files": "NSMCore/Classes/Networking/**/*",
28       "dependencies": {
29         "AFNetworking": [
31         ]
32       }
33     }
34   ]