[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / b / f / ORStackView / 3.0.0 / ORStackView.podspec.json
blob27f270220d6153de66751e174cb30a7ec971ea1e
2   "name": "ORStackView",
3   "version": "3.0.0",
4   "summary": "An Auto Layout based Stack View.",
5   "description": "                    Vertically stack views using Auto Layout, also includes an\n                    order specific subclass that uses view tags for ordering.\n",
6   "homepage": "https://github.com/orta/ORStackView",
7   "license": "MIT",
8   "authors": {
9     "Orta Therox": "orta.therox@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/orta",
12   "source": {
13     "git": "https://github.com/orta/ORStackView.git",
14     "tag": "3.0.0"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Classes/ios/*",
22     "Classes/ios/private/*"
23   ],
24   "private_header_files": "Classes/ios/private/*.h",
25   "dependencies": {
26     "FLKAutoLayout": [
27       "~> 0.1"
28     ]
29   }