[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / f / JIRAConnect / 1.1.6 / JIRAConnect.podspec.json
blob449943a67d017da25bdaf4fa5bc8eb94bf0e6dba
2   "name": "JIRAConnect",
3   "version": "1.1.6",
4   "summary": "Provide the following functionality: Crash Reporting and 2-way Feedback communication.",
5   "homepage": "http://atlassian.com/",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Nick Pellow": "npellow@atlassian.com",
9     "Shihab Hamid": "shamid@atlassian.com"
10   },
11   "source": {
12     "hg": "https://bitbucket.org/atlassian/jiraconnect-ios",
13     "revision": "1.1.6"
14   },
15   "platforms": {
16     "ios": "4.0"
17   },
18   "source_files": "JIRAConnect/JMCClasses/{Core,Base}/**/*.{h,m}",
19   "resources": "JIRAConnect/JMCClasses/{Core,Base,Resources}/**/*.{xib,png,strings}",
20   "preserve_paths": "JIRAConnect/JMCClasses/Libraries/CrashReporter.framework",
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/JIRAConnect/JIRAConnect/JMCClasses/Libraries\""
23   },
24   "frameworks": [
25     "CrashReporter",
26     "CFNetwork",
27     "SystemConfiguration",
28     "MobileCoreServices",
29     "CoreGraphics",
30     "AVFoundation",
31     "CoreLocation"
32   ],
33   "libraries": "sqlite3",
34   "requires_arc": false,
35   "dependencies": {
36     "Reachability": [
37       ">= 2.0.4"
38     ]
39   }