blob: 27f270220d6153de66751e174cb30a7ec971ea1e [file] [log] [blame]
{
"name": "ORStackView",
"version": "3.0.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"
},
"social_media_url": "http://twitter.com/orta",
"source": {
"git": "https://github.com/orta/ORStackView.git",
"tag": "3.0.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"
]
}
}