blob: 243c1074da40ad313d4633e63f9820b7faa04c65 [file] [log] [blame]
{
"name": "NSMCore",
"version": "0.2.3",
"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.3"
},
"platforms": {
"ios": "11.0"
},
"subspecs": [
{
"name": "Foundation",
"source_files": "NSMCore/Classes/Foundation/**/*"
},
{
"name": "Networking",
"source_files": "NSMCore/Classes/Networking/**/*",
"dependencies": {
"AFNetworking": [
]
}
}
]
}