blob: 88988d6cf03a53964749019b23e27a18acf88910 [file] [log] [blame]
{
"name": "XYYKit",
"version": "1.0.2",
"summary": "框架库",
"authors": {
"LeslieChen": "102731887@qq.com"
},
"homepage": "https://coding.net/u/crh/p/XYYKit/git",
"social_media_url": "https://github.com/RonghangChen",
"license": "MIT",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RonghangChen/XYYKit.git",
"tag": "1.0.2"
},
"subspecs": [
{
"name": "XYYKit",
"source_files": "XYYKit/*.h"
},
{
"name": "XYYFoundation",
"source_files": "XYYFoundation/**/*.{h,m}",
"resources": [
"XYYFoundation/Resources/*",
"XYYFoundation/**/*.{xib,nib,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation",
"Accelerate",
"CoreFoundation"
],
"dependencies": {
"TTTAttributedLabel": [
],
"MBProgressHUD": [
"~> 0.9.1"
],
"XYYKit/XYYKit": [
]
}
},
{
"name": "XYYAppComponent",
"source_files": "XYYAppComponent/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"UserNotifications"
],
"dependencies": {
"XYYKit/XYYModel": [
],
"XYYKit/XYYFoundation": [
]
}
},
{
"name": "XYYCache",
"source_files": "XYYCache/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
]
}
},
{
"name": "XYYNetConnection",
"source_files": "XYYNetConnection/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
]
}
},
{
"name": "XYYNetImage",
"source_files": "XYYNetImage/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
],
"XYYKit/XYYNetConnection": [
],
"XYYKit/XYYCache": [
]
}
},
{
"name": "XYYPageView",
"source_files": "XYYPageView/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
],
"XYYKit/XYYCache": [
]
}
},
{
"name": "XYYScanImage",
"source_files": "XYYScanImage/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
],
"XYYKit/XYYPageView": [
],
"XYYKit/XYYNetImage": [
]
}
},
{
"name": "XYYImagePicker",
"source_files": "XYYImagePicker/**/*.{h,m}",
"resources": [
"XYYImagePicker/Resources/*",
"XYYImagePicker/**/*.{xib,nib,storyboard}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
]
}
},
{
"name": "XYYCodeScan",
"source_files": "XYYCodeScan/**/*.{h,m}",
"resources": "XYYCodeScan/Resources/*",
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreImage"
],
"dependencies": {
"XYYKit/XYYFoundation": [
]
}
},
{
"name": "XYYSocialSNS",
"source_files": "XYYSocialSNS/**/*.{h,m}",
"resources": "XYYSocialSNS/Resources/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
]
}
},
{
"name": "XYYUserGuidePage",
"source_files": "XYYUserGuidePage/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
]
}
},
{
"name": "XYYDeclineMenu",
"source_files": "XYYDeclineMenu/**/*.{h,m}",
"resources": "XYYDeclineMenu/Resources/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
]
}
},
{
"name": "XYYPageLoad",
"source_files": "XYYPageLoad/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYFoundation": [
],
"XYYKit/XYYPageView": [
]
}
},
{
"name": "XYYModel",
"source_files": [
"XYYKit/*.h",
"XYYModel/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"XYYKit/XYYKit": [
]
}
}
]
}