[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / 2 / 6 / 4 / FRCoreDataOperation / 0.4.0 / FRCoreDataOperation.podspec.json
blob2a4fbd58df636db2af6a1056b0858dcd3b63d765
2   "name": "FRCoreDataOperation",
3   "version": "0.4.0",
4   "summary": "A set of NSOperation subclasses for working with Core Data ManagedObjectContexts.",
5   "homepage": "https://github.com/veritech/FRCoreDataOperation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jonathan Dalrymple": "jonathan@float-right.co.uk"
12   },
13   "source": {
14     "git": "https://github.com/veritech/FRCoreDataOperation.git",
15     "tag": "0.4.0"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
20   },
21   "source_files": [
22     "Classes",
23     "**/*.{h,m}"
24   ],
25   "frameworks": "CoreData",
26   "requires_arc": true