blob: 7bc87e8b74bdb8182dce46f3d32e16521e0e2a6c [file] [log] [blame]
{
"name": "ORStackView",
"version": "0.6.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.6.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"
]
}
}