blob: 06480c612d6b71d3bdece50a77c5366926947dd1 [file] [log] [blame]
{
"name": "PBCover",
"version": "1.3.0",
"summary": "transition cover module for iOS development.",
"description": "transition cover module for FLK.Inc iOS Developers, such as sign in/sign up etc.",
"homepage": "https://github.com/iFindTA",
"license": "MIT (LICENSE)",
"authors": {
"nanhujiaju": "hujiaju@hzflk.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iFindTA/PBCover.git",
"tag": "1.3.0"
},
"source_files": "PBCover/Pod/Classes/*.{h,m}",
"public_header_files": "PBCover/Pod/Classes/*.h",
"resources": "PBCover/Pod/Assets/*.*",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}