[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 3 / e / 8 / GNCollections / 0.0.2 / GNCollections.podspec.json
blob54aafd44d1e41e10b92710879b53e5d5bfcd9e26
2   "name": "GNCollections",
3   "version": "0.0.2",
4   "summary": "Easy collection (UITableView/UICollectionView) handling",
5   "description": "                   Set of classes for handling [Collection/Table]Views and their datasources/delegates.\n",
6   "homepage": "https://github.com/jakubknejzlik/GNCollections",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jakub Knejzlik": "jakub.knejzlik@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/jakubknejzlik/GNCollections.git",
19     "tag": "0.0.2"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "GNCollections/Core/*.{h,m}",
26       "frameworks": "UIKit"
27     },
28     {
29       "name": "AssetsDataSource",
30       "dependencies": {
31         "GNCollections/Core": [
33         ]
34       },
35       "frameworks": [
36         "MapKit",
37         "ImageIO"
38       ],
39       "source_files": "GNCollections/AssetsDataSource/*.{h,m}"
40     },
41     {
42       "name": "FetchedResultsController",
43       "dependencies": {
44         "GNCollections/Core": [
46         ]
47       },
48       "frameworks": "CoreData",
49       "source_files": "GNCollections/FetchedResultsController/*.{h,m}"
50     }
51   ]