blob: 497392c0e5ea39df8fb4f9678db2a1725dd576fd [file] [log] [blame]
{
"name": "YQTools",
"version": "0.1.1",
"platforms": {
"ios": "8.0"
},
"summary": "some utilities",
"homepage": "https://github.com/weixinbing/YQTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"weixb": "183292352@qq.com"
},
"source": {
"git": "https://github.com/weixinbing/YQTools.git",
"tag": "0.1.1"
},
"requires_arc": true,
"dependencies": {
"YTKNetwork": [
"~> 2.0.3"
],
"Bugly": [
"~> 2.4.2"
],
"AFNetworking": [
"~> 3.1.0"
],
"FMDB": [
"~> 2.6.2"
],
"SDWebImage": [
"~> 3.8.2"
],
"Masonry": [
"~> 1.0.0"
],
"MJRefresh": [
"~> 3.1.12"
],
"MJExtension": [
"~> 3.0.13"
],
"ReactiveCocoa": [
"2.5"
],
"SVProgressHUD": [
"~> 2.1.2"
]
},
"source_files": "YQTools/*",
"subspecs": [
{
"name": "Macro",
"source_files": "YQTools/Macro/*"
},
{
"name": "Public",
"source_files": "YQTools/Public/*"
},
{
"name": "Category",
"source_files": "YQTools/Category/*"
},
{
"name": "Notification",
"source_files": "YQTools/Notification/*"
}
]
}