blob: e9293cec6d1127fc3e16892366e24098915245b4 [file] [log] [blame]
{
"name": "PortalIosLibrary",
"version": "0.0.7",
"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.0.7"
},
"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": [
]
}
}
]
}