blob: 5788a0100e71be5660805b06b7c159083a0129e5 [file] [log] [blame]
{
"name": "RHLoadingView",
"version": "1.0.1",
"summary": "RHLoadingView: Some IndicatorView.",
"homepage": "https://github.com/zhu410289616/RHLoadingView",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"zhu410289616": "zhu410289616@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/zhu410289616/RHLoadingView.git",
"tag": "1.0.1"
},
"default_subspecs": [
"Indicator",
"Loading"
],
"subspecs": [
{
"name": "Loading",
"dependencies": {
"RHLoadingView/Indicator": [
],
"Masonry": [
"~> 0.6.1"
]
},
"source_files": "RHLoadingView/*.{h,m}",
"requires_arc": true
},
{
"name": "Indicator",
"source_files": "JQIndicatorView/*.{h,m}",
"requires_arc": true
}
]
}