blob: fc01ccbde0f2a76365095914cec113ad86408832 [file] [log] [blame]
{
"name": "PLPinViewController",
"version": "0.1.4",
"summary": "A simple pinlock controller",
"homepage": "https://github.com/PitchLabsAsh/PLPinViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ash Thwaites": "ash@trypitch.com"
},
"source": {
"git": "https://github.com/PitchLabsAsh/PLPinViewController.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PLPinViewController/Classes/**/*",
"resource_bundles": {
"PLPinViewController": [
"PLPinViewController/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png}"
]
},
"public_header_files": "PLPinViewController/Classes/**/*.h",
"dependencies": {
"PureLayout": [
],
"PLForm": [
]
}
}