blob: f7d770b2108216f4861242cccf6028fdc07257c0 [file] [log] [blame]
{
"name": "RHLoadingView",
"version": "1.0.2",
"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.2"
},
"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
}
]
}