blob: 5d2f190e2f544c9698c39605405f5265305a203f [file] [log] [blame]
{
"name": "ORStackView",
"version": "2.0.1",
"summary": "An Auto Layout based Stack View.",
"description": "Vertically stack views using Auto Layout, also includes an\norder specific subclass that uses view tags for ordering.",
"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": "2.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes/ios/*",
"Classes/ios/private/*"
],
"private_header_files": "Classes/ios/private/*.h",
"dependencies": {
"FLKAutoLayout": [
]
}
}