blob: 154e426eb0431487f058fc04a298c104d40e7a08 [file] [log] [blame]
{
"name": "XJHViewState",
"version": "0.1.8",
"summary": "Using runtime to display a placehold subview for a view under different states.",
"description": "Using runtime to display a placehold subview for a view under different states.",
"homepage": "https://github.com/cocoadogs/XJHViewState",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cocoadogs": "cocoadogs@163.com"
},
"source": {
"git": "https://github.com/cocoadogs/XJHViewState.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "XJHViewState/XJHViewState.h",
"public_header_files": "XJHViewState/XJHViewState.h",
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"ReactiveObjC": [
"~> 3.1.0"
]
},
"subspecs": [
{
"name": "State",
"source_files": "XJHViewState/UIView+State.{h,m}",
"dependencies": {
"XJHViewState/Enum": [
],
"XJHViewState/Property": [
]
}
},
{
"name": "Property",
"source_files": [
"XJHViewState/XJHViewStateProperty.{h,m}",
"XJHViewState/XJHViewStatePublicDataCenter.{h,m}"
],
"dependencies": {
"XJHViewState/Enum": [
]
}
},
{
"name": "Enum",
"source_files": "XJHViewState/XJHViewStateEnum.h"
}
]
}