blob: edd389cf70cda3c452023e21224a0c93d6bbd5b5 [file] [log] [blame]
{
"name": "PortalIosLibrary",
"version": "0.1.1",
"summary": "for portal-ios project.",
"description": "this is for portal-ios project.",
"homepage": "https://github.com/portal-io/portal-ios-library",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qbshen": "2837915131@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/portal-io/portal-ios-library.git",
"tag": "0.1.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "WVRAppContext",
"source_files": "WVRAppContext/WVRAppContext/Core/**/*.{h,m}",
"dependencies": {
"Toast": [
"~> 3.0"
],
"CocoaLumberjack": [
"~> 3.2.0"
],
"SAMKeychain": [
"~> 1.5"
],
"Reachability": [
"~> 3.2"
]
}
},
{
"name": "WVRNet",
"source_files": "WVRNet/WVRNet/WVRNetworking/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
],
"YYModel": [
],
"ReactiveObjC": [
]
}
},
{
"name": "WVRUtil",
"source_files": [
"WVRUtil/WVRUtil/Classes/**/*.{h,m}",
"WVRUtil/WVRUtil/Classes/*.h"
],
"resources": [
"WVRUtil/WVRUtil/Classes/nation.db"
],
"dependencies": {
"FMDB": [
],
"CocoaHTTPServer": [
]
}
},
{
"name": "WVRParser",
"frameworks": [
"Foundation",
"Security"
],
"dependencies": {
"PortalIosLibrary/WVRAppContext": [
]
},
"subspecs": [
{
"name": "WVRParseUrl",
"source_files": [
"WVRParser/WVRParser/Classes/WVRParseUrl/*.{h,m}"
],
"vendored_frameworks": "WVRParser/WVRParser/Classes/WVRParseUrl/*.framework"
}
]
},
{
"name": "WVRCache",
"source_files": "WVRCache/WVRCache/Classes/**/**.{h,m}",
"dependencies": {
"FMDB": [
]
}
},
{
"name": "WVRImage",
"vendored_frameworks": "WVRImage/WVRImage/Classes/SDWebImage.framework"
},
{
"name": "WVRSocketIO",
"vendored_frameworks": "WVRSocketIO/SocketIO.framework"
},
{
"name": "WVRNetModel",
"source_files": "WVRNetModel/WVRNetModel/Classes/*.{h,m}",
"requires_arc": true,
"dependencies": {
"YYModel": [
],
"LKDBHelper": [
],
"PortalIosLibrary/WVRUtil": [
]
}
}
]
}