[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 6 / e / 1 / MBStaticCollectionView / 0.1 / MBStaticCollectionView.podspec.json
blob265d1dc501e0d07dea1d450c9ddcb78c478e6536
2   "name": "MBStaticCollectionView",
3   "version": "0.1",
4   "summary": "Configure UICollectionView static cells directly from the IB just like in UITableView",
5   "description": "Configure your static UICollectionView DataSource directly from the IB.\nJust add your cells and viola!",
6   "homepage": "https://github.com/matibot/MBStaticCollectionView",
7   "screenshots": "https://raw.github.com/matibot/MBStaticCollectionView/master/Readme/MBStaticCollectionView.png",
8   "license": "MIT",
9   "authors": {
10     "Mati Bot": "matibot@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/matibot/MBStaticCollectionView.git",
14     "tag": "0.1"
15   },
16   "social_media_url": "https://twitter.com/b0tnik",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "MBStaticCollectionView": [
24       "Pod/Assets/*.png"
25     ]
26   }