blob: e46cc22729a5c6a61a991cf63cef742cf5e70b57 [file] [log] [blame]
{
"name": "ORStackView",
"version": "3.0.1",
"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.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"Classes/ios/*",
"Classes/ios/private/*"
],
"private_header_files": "Classes/ios/private/*.h",
"dependencies": {
"FLKAutoLayout": [
"~> 0.2"
]
}
}