| { |
| "name": "NSMCore", |
| "version": "0.2.2", |
| "summary": "NSMCore defines the foundation upon which all other NSM features are built.", |
| "homepage": "https://git.vmovier.cc/projects/NSM/repos/nsmcore", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wanglei": "wang.lei.mimi@gmail.com" |
| }, |
| "source": { |
| "git": "https://git.vmovier.cc/scm/nsm/nsmcore.git", |
| "tag": "0.2.2" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "subspecs": [ |
| { |
| "name": "Foundation", |
| "source_files": "NSMCore/Classes/Foundation/**/*" |
| }, |
| { |
| "name": "Networking", |
| "source_files": "NSMCore/Classes/Networking/**/*", |
| "dependencies": { |
| "AFNetworking": [ |
| |
| ] |
| } |
| } |
| ] |
| } |