[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 5 / f / Bark / 0.1 / Bark.podspec.json
blobaa57dd535d323981121d51c09d53a8a4dc211e12
2   "name": "Bark",
3   "version": "0.1",
4   "summary": "A streamlined issue reporting library for iOS.",
5   "homepage": "http://stagebloc.com/bark",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "StageBloc": "austinlouden@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/stagebloc/bark.git",
15     "tag": "v0.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "Bark",
22     "Bark/**/*.{h,m}"
23   ],
24   "exclude_files": "DemoProject",
25   "frameworks": [
26     "MessageUI",
27     "SystemConfiguration",
28     "Security"
29   ],
30   "requires_arc": true