[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / c / JIRAMobileConnect / 1.2.5 / JIRAMobileConnect.podspec.json
blob404745c033d9c054634a0203aa160b9fd7f4b2e8
2   "name": "JIRAMobileConnect",
3   "version": "1.2.5",
4   "summary": "Enables JIRA to collect user feedback and real-time crash reports.",
5   "description": "JIRA Mobile Connect enables JIRA to collect user feedback and real-time crash reports for your mobile apps. Key features include:\n\n* In-app User feedback- Get feedback from your mobile users or testers\n* 2-way Communications -Developers can follow up with users or testers for additional feedback on your app or notify them that their issue has been resolved!\n* Rich Data Collection-  Capture text and audio comments, annotated screenshots, and map any custom application data to fields in JIRA",
6   "homepage": "https://bitbucket.org/atlassian/jiraconnect-ios",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Nick Pellow": "http://twitter.com/niick",
10     "Thomas Dohmke": "http://twitter.com/ashtom",
11     "Stefan Saasen": "http://twitter.com/stefansaasen",
12     "Shihab Hamid": "http://twitter.com/shihabhamid",
13     "Erik Romijn": "http://twitter.com/erikpub",
14     "Bindu Wavell": "http://twitter.com/binduwavell",
15     "Theodora Tse": ""
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source": {
21     "git": "https://bitbucket.org/atlassian/jiraconnect-apple.git",
22     "tag": "1.2.5"
23   },
24   "source_files": [
25     "JIRAConnect/JMCClasses/Base/**/*.{h,m,mm}",
26     "JIRAConnect/JMCClasses/Core/**/*.{h,m,mm}"
27   ],
28   "public_header_files": [
29     "JIRAConnect/JMCClasses/Base/**/*.{h}",
30     "JIRAConnect/JMCClasses/Core/attachments/**/*.{h}",
31     "JIRAConnect/JMCClasses/Core/sketch/**/*.{h}",
32     "JIRAConnect/JMCClasses/Core/transport/**/*.{h}",
33     "JIRAConnect/JMCClasses/Core/model/**/*.{h}",
34     "JIRAConnect/JMCClasses/Core/queue/**/*.{h}",
35     "JIRAConnect/JMCClasses/Core/audio/**/*.{h}"
36   ],
37   "resources": [
38     "JIRAConnect/JMCClasses/Base/**/*.{xib}",
39     "JIRAConnect/JMCClasses/Core/**/*.{xib}",
40     "JIRAConnect/JMCClasses/Resources/**/*.{png,bundle}"
41   ],
42   "frameworks": [
43     "CFNetwork",
44     "SystemConfiguration",
45     "MobileCoreServices",
46     "CoreGraphics",
47     "AVFoundation",
48     "CoreLocation"
49   ],
50   "libraries": "sqlite3",
51   "vendored_frameworks": "JIRAConnect/JMCClasses/libraries/CrashReporter.framework",
52   "requires_arc": true,
53   "pod_target_xcconfig": {
54     "ENABLE_BITCODE": "NO"
55   }