[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / e / 5 / a / IRCoreDataStack / 1.0.0 / IRCoreDataStack.podspec.json
blob6d1cbfe2ca4f0a4349ef817e3006260dfefa647a
2   "name": "IRCoreDataStack",
3   "version": "1.0.0",
4   "summary": "CoreDataStack with two independent NSManagedObjectContext instances",
5   "homepage": "https://github.com/iruleonu/IRCoreDataStack",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Nuno Salvador": "nuno@salvador.com"
12   },
13   "source": {
14     "git": "https://github.com/iruleonu/IRCoreDataStack.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "CoreData"
21   ],
22   "platforms": {
23     "osx": "10.10",
24     "ios": "8.0",
25     "tvos": "9.0",
26     "watchos": "2.0"
27   },
28   "subspecs": [
29     {
30       "name": "OSX",
31       "source_files": [
32         "IRCoreDataStack"
33       ],
34       "exclude_files": [
35         "IRCoreDataStack/IRCoreDataStack+NSFecthedResultsController.{h,m}"
36       ],
37       "platforms": {
38         "osx": "10.10"
39       }
40     },
41     {
42       "name": "IOS_TVOS_WATCHOS",
43       "source_files": "IRCoreDataStack",
44       "platforms": {
45         "ios": "8.0",
46         "tvos": "9.0",
47         "watchos": "2.0"
48       }
49     }
50   ]