[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 6 / b / f / ORStackView / 0.6.0 / ORStackView.podspec.json
blob7bc87e8b74bdb8182dce46f3d32e16521e0e2a6c
2   "name": "ORStackView",
3   "version": "0.6.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   "source": {
12     "git": "https://github.com/orta/ORStackView.git",
13     "tag": "0.6.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Classes/ios/*",
21     "Classes/ios/private/*"
22   ],
23   "private_header_files": "Classes/ios/private/*.h",
24   "dependencies": {
25     "FLKAutoLayout": [
26       "~> 0.1"
27     ]
28   }