[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / b / f / ORStackView / 3.0.1 / ORStackView.podspec.json
blobe46cc22729a5c6a61a991cf63cef742cf5e70b57
2   "name": "ORStackView",
3   "version": "3.0.1",
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.1"
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.2"
28     ]
29   }