blob: 962dc6478269c77b09f51cf94253487663a64aa7 [file] [log] [blame]
{
"name": "FSStoryboardHelpers",
"version": "1.0.0",
"homepage": "https://github.com/FocalShift/FSStoryboardHelpers",
"summary": "Useful classes for effectively working with Xcode Storyboards.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bennett Smith": "bennett@focalshift.com"
},
"source": {
"git": "https://github.com/FocalShift/FSStoryboardHelpers.git",
"tag": "1.0.0"
},
"source_files": "Classes/ios/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"FSClassExtensions": [
"~> 1.0"
]
}
}