blob: 67ba3f2d94a97948a213cfddd85c4409f90bb03b [file] [log] [blame]
{
"name": "ORStackView",
"version": "0.5.0",
"summary": "An Auto Layout based Stack View",
"description": " Vertically stack views using Auto Layout, also includes an \n order specific subclass that uses view tags for ordering.\n",
"homepage": "https://github.com/orta/ORStackView",
"license": "MIT",
"authors": {
"Orta Therox": "orta.therox@gmail.com"
},
"source": {
"git": "https://github.com/orta/ORStackView.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"Classes/ios/*",
"Classes/ios/private/*"
],
"private_header_files": "Classes/ios/private/*.h",
"dependencies": {
"FLKAutoLayout": [
"~> 0.1"
]
}
}