[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / d / e / 2 / FetchedDataSource / 3.0.0 / FetchedDataSource.podspec.json
blobe97942beb8b2b0e80f8e3f2d706cbf2ddd7ed9d6
2   "name": "FetchedDataSource",
3   "version": "3.0.0",
4   "summary": "Fetched results controller wrapper that allows joining multiple FRCs",
5   "description": "This framework provides fetched results controller subclasses for static data and joining multiple FRCs together into one.",
6   "homepage": "https://github.com/djbe/FetchedDataSource",
7   "license": "MIT",
8   "authors": {
9     "David Jennes": "david.jennes@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "swift_version": "4.2",
15   "frameworks": [
16     "Foundation",
17     "CoreData",
18     "UIKit"
19   ],
20   "source": {
21     "git": "https://github.com/djbe/FetchedDataSource.git",
22     "tag": "3.0.0"
23   },
24   "source_files": "Source/**/*.{swift,h,m}",
25   "pod_target_xcconfig": {
26     "DEFINES_MODULE": "YES"
27   }