[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 5 / f / Bark / 0.3 / Bark.podspec.json
blob00d6db7c2decbfd165b51a03d3d43cce917ce59a
2   "name": "Bark",
3   "version": "0.3",
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.3"
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     "MobileCoreServices"
30   ],
31   "requires_arc": true