blob: 449943a67d017da25bdaf4fa5bc8eb94bf0e6dba [file] [log] [blame]
{
"name": "JIRAConnect",
"version": "1.1.6",
"summary": "Provide the following functionality: Crash Reporting and 2-way Feedback communication.",
"homepage": "http://atlassian.com/",
"license": "Apache License, Version 2.0",
"authors": {
"Nick Pellow": "npellow@atlassian.com",
"Shihab Hamid": "shamid@atlassian.com"
},
"source": {
"hg": "https://bitbucket.org/atlassian/jiraconnect-ios",
"revision": "1.1.6"
},
"platforms": {
"ios": "4.0"
},
"source_files": "JIRAConnect/JMCClasses/{Core,Base}/**/*.{h,m}",
"resources": "JIRAConnect/JMCClasses/{Core,Base,Resources}/**/*.{xib,png,strings}",
"preserve_paths": "JIRAConnect/JMCClasses/Libraries/CrashReporter.framework",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/JIRAConnect/JIRAConnect/JMCClasses/Libraries\""
},
"frameworks": [
"CrashReporter",
"CFNetwork",
"SystemConfiguration",
"MobileCoreServices",
"CoreGraphics",
"AVFoundation",
"CoreLocation"
],
"libraries": "sqlite3",
"requires_arc": false,
"dependencies": {
"Reachability": [
">= 2.0.4"
]
}
}