[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 2 / 6 / CJJustifiedLayout / 1.0.1 / CJJustifiedLayout.podspec.json
blob7d12d3332fd1278b1a6f8060ecdb41dce9ed1221
2   "name": "CJJustifiedLayout",
3   "version": "1.0.1",
4   "summary": "A custom UICollectionViewLayout. It achieves a justified layout like Flickr.",
5   "description": "A custom UICollectionViewLayout that achieves the justified layout. It achieves a justified layout like Flickr.",
6   "homepage": "https://github.com/jie-cao/CJJustifiedLayout",
7   "license": "MIT",
8   "authors": {
9     "Jie": "jie_cao@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jie-cao/CJJustifiedLayout.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "CJJustifiedLayout/*",
20   "public_header_files": "CJJustifiedLayout/*.h",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ]