[Add] AgoraAudio_Special_iOS 4.3.2.134
[CocoaPods.git] / Specs / 7 / 8 / 2 / NSMCore / 0.2.5 / NSMCore.podspec.json
blob59465112e54f2d290e449f3a3f83b4bc8943fd8d
2   "name": "NSMCore",
3   "version": "0.2.5",
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": "ssh://git@io.vmovier.cc:7999/nsm/nsmcore.git",
15     "tag": "0.2.5"
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   ]