[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / e / 0 / ERJustifiedFlowLayout / 1.0 / ERJustifiedFlowLayout.podspec.json
blobb731e57ba429f6b6875f25bb215f22a31fd2960b
2   "name": "ERJustifiedFlowLayout",
3   "version": "1.0",
4   "summary": "A subclass of UICollectionViewFlowLayout for iOS.",
5   "description": "                        Supports horizontal cell justification (left, full, right) and absolute inter-cell spacing.\"\n",
6   "homepage": "https://github.com/eroth",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evan Roth": "evanroth@me.com"
13   },
14   "source": {
15     "git": "https://github.com/eroth/ERJustifiedFlowLayout.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "ERJustifiedFlowLayout": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "frameworks": "UIKit"