[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 3 / 7 / MRWorker / 1.0.0 / MRWorker.podspec.json
blob9bfa380e23b90ec4740fb507246fade50428d1fa
2   "name": "MRWorker",
3   "version": "1.0.0",
4   "summary": "Tiny Objective-C library for command-line program interaction.",
5   "homepage": "https://github.com/marcransome/MRWorker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Marc Ransome": "marc.ransome@fidgetbox.co.uk"
12   },
13   "source": {
14     "git": "https://github.com/marcransome/MRWorker.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "osx": "10.7"
19   },
20   "source_files": "MRWorker/*.{h,m}",
21   "exclude_files": [
22     "MRWorker/MRAppDelegate.{h,m}",
23     "MRWorker/main.m"
24   ],
25   "requires_arc": true,
26   "social_media_url": "https://twitter.com/marcransome"