[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / 6 / OCJiraFeedback / 0.1.0 / OCJiraFeedback.podspec.json
blob1b51079f98354e7a6d3ce8fe9520bfce35485903
2   "name": "OCJiraFeedback",
3   "version": "0.1.0",
4   "summary": "OCJiraFeedback is a simple library useful for sending user\n\t\t   feedback to any Atlassian Jira instance.",
5   "homepage": "https://github.com/vbergae/OCJiraFeedback",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Víctor Berga": "vbergae@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/vbergae/OCJiraFeedback.git",
18     "tag": "0.1.0"
19   },
20   "source_files": [
21     "src/OCJiraFeedback/OCJiraFeedback/",
22     "src/OCJiraFeedback/OCJiraFeedback/**/*.{h,m}"
23   ],
24   "public_header_files": "src/OCJiraFeedback/OCJiraFeedback/OCJiraFeedback.h",
25   "resources": "src/OCJiraFeedback/Instance.plist.distribution",
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
30     ]
31   }