[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 4 / 0 / FBLikeLayout / 1.0 / FBLikeLayout.podspec.json
blob3a110a8568e5a9ee8e7342eff43cbc43d8f19b5c
2   "name": "FBLikeLayout",
3   "version": "1.0",
4   "summary": "A UICollectionView Layout inspired by Facebook photos section.",
5   "description": "\t\t\t\tThis is an UICollectionView layout inspired by the photo section of facebook.\n\t\t\t\tThis layout loads squared items with randomic full size items.\n\t\t\t\tIt works with standard layout delegate methods. No additional custom methods to be implemented.\n",
6   "license": {
7     "type": "MIT"
8   },
9   "homepage": "https://github.com/gringoireDM/FBLikeLayout.git",
10   "authors": {
11     "Giuseppe Lanza": "gringoire986@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/gringoireDM",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/gringoireDM/FBLikeLayout.git",
20     "tag": "1.0"
21   },
22   "source_files": [
23     "FBLikeLayout Sample/FBLikeLayout",
24     "FBLikeLayout Sample/FBLikeLayout/*.{h,m}",
25     "FBLikeLayout Sample/FBLikeLayout/**/*.{h,m}"
26   ]