blob: f7c005b0719049c9b4ed7a3f6794fa927b34d1ae [file] [log] [blame]
{
"name": "TZJLibrary",
"version": "0.0.7",
"summary": "投之家库",
"description": "投之家公共组件、第三方引用、分类、及其网络模块封装、公共业务类",
"homepage": "http://git.oa.com/lizb",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lizb": "lizb@touzhijia.com"
},
"source": {
"git": "http://git.oa.com/lizb/library.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"hpple": [
"~> 0.2.0"
],
"AFNetworking": [
"~> 3.1.0"
],
"ReactiveObjC": [
"~> 3.0.0"
],
"CocoaLumberjack": [
"~> 3.2.0"
],
"UMengUShare/UI": [
"~> 6.4.5"
],
"UMengUShare/Social/WeChat": [
"~> 6.4.5"
],
"UMengAnalytics": [
"~> 4.2.4"
],
"Masonry": [
"~> 1.0.2"
],
"pop": [
"~> 1.0.10"
],
"UITableView+FDTemplateLayoutCell": [
"~> 1.6"
],
"FLAnimatedImage": [
"~> 1.0"
],
"NJKWebViewProgress": [
"~> 0.2.3"
],
"MBProgressHUD": [
"~> 1.0.0"
],
"SDCycleScrollView": [
"~> 1.73"
],
"MJExtension": [
"~> 3.0.13"
],
"WZLBadge": [
"~> 1.2.6"
],
"AMPopTip": [
"~> 1.5.0"
]
},
"subspecs": [
{
"name": "Network",
"source_files": "TZJLibrary/Classes/**/*",
"public_header_files": "TZJLibrary/Classes/**/*.h",
"dependencies": {
"TZJLibrary/Extension": [
]
}
},
{
"name": "Extension",
"source_files": "TZJLibrary/Classes/Extension/**/*",
"public_header_files": "TZJLibrary/Classes/Extension/**/*.h"
}
]
}