[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 6 / a / NHAlignmentFlowLayout / 0.1.0 / NHAlignmentFlowLayout.podspec.json
blob8f1ad5553d95bf48d9d5b402ee55cab932e4a852
2   "name": "NHAlignmentFlowLayout",
3   "version": "0.1.0",
4   "summary": "A UIFlowLayout sublass that allows you to set the alignment instead of being only justified.",
5   "description": "                     UIFlowLayout defaults to a justified layout with no way to change this behavior. NHAlignmentFLowLayout comes\n                     to fill this need allowing you to set the alignment to left or right (in a vertical scrolling layout) and top or bottom\n                     (in a horizontal scrolling layout).\n",
6   "homepage": "http://github.com/nilsou/NHAlignmentFlowLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nils Hayat": "nilsou@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nilsou/NHAlignmentFlowLayout.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "NHAlignmentFlowLayout/*.{h,m}",
22   "requires_arc": false