[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / e / 3 / 5 / Clockwork / 0.9.1 / Clockwork.podspec.json
blobf42b45e2903be68b80d7e2c7b1a6b6d0617891e3
2   "name": "Clockwork",
3   "version": "0.9.1",
4   "summary": "A thread safety warpper for CoreData.",
5   "description": "                   A thread safety warpper for CoreData. Both for OSX and iOS.\n",
6   "homepage": "https://github.com/seraphcxl/Clockwork",
7   "license": "MIT",
8   "authors": {
9     "seraphcxl": "seraph.cxl@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/seraphcxl",
12   "platforms": {
13     "ios": "5.0",
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/seraphcxl/Clockwork.git",
18     "tag": "0.9.1"
19   },
20   "source_files": "Clockwork/**/*.{h,m}",
21   "public_header_files": "Clockwork/**/*.h",
22   "frameworks": "CoreData",
23   "requires_arc": true,
24   "dependencies": {
25     "Tourbillon": [
26       "~> 0.9.3"
27     ]
28   }