[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 6 / b / f / ORStackView / 2.0.2 / ORStackView.podspec.json
blobe8a306ed8ee136665db895f7730002079328670d
2   "name": "ORStackView",
3   "version": "2.0.2",
4   "summary": "An Auto Layout based Stack View.",
5   "description": "Vertically stack views using Auto Layout, also includes an\norder specific subclass that uses view tags for ordering.",
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": "2.0.2"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": [
20     "Classes/ios/*",
21     "Classes/ios/private/*"
22   ],
23   "private_header_files": "Classes/ios/private/*.h",
24   "dependencies": {
25     "FLKAutoLayout": [
27     ]
28   }