blob: c718a20714da5dad98a7fd9674458bcc5e67b23a [file] [log] [blame]
{
"name": "SBP",
"version": "0.1.0",
"summary": "Get more out of storyboards",
"description": "Storyboard autolayout api where you can do static animations in storyboard and handle screen sizes in a maintainable way.",
"homepage": "https://github.com/awaran/SBP",
"license": "MIT",
"authors": {
"Arjay": "waran.arjay@gmail.com"
},
"source": {
"git": "https://github.com/awaran/SBP.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SBP": [
"Pod/Assets/*.png"
]
}
}