blob: 13790eb2201c97d6480f98e72e9bd2a87a59f349 [file] [log] [blame]
{
"name": "SitecoreSDKUIFramework",
"version": "2.0",
"summary": "Sitecore Mobile SDK is a framework for building iOS applications that use and serve content from the Sitecore CMS.",
"description": "The sitecore SDK UI library contains some UI controls and utilities integrated with the core library. The features are : \n\n* SDWebImage-like category integrated with SitecoreMobileSDK core framework\n* MapKit wrapper that adds pathfinding support for iOS 6.0\n* ZXing integration for QR Code scanning \n\n",
"homepage": "https://github.com/Sitecore/sitecore-ios-sdk",
"license": {
"type": "Sitecore Shared Source License",
"text": "SITECORE SHARED SOURCE LICENSE\n\nThis License governs use of the accompanying Software, and your use of the Software constitutes acceptance of this license.\n\nSubject to the restrictions in this license, you may use copy, reproduce, and distribute this Software only: (1) \nfor use with Sitecore solutions or (2) as part of books or other teaching materials for the purpose of teaching \nthe use of the Software in relation to Sitecore solutions.\n\nYou may not use or distribute this Software or any derivative works in any form for uses other than those expressly \nallowed above.\n\nYou may not grant rights to the Software or derivative works that are broader than those provided by this License. \nFor example, you may not distribute modifications of the Software under terms that would permit uses other than with \nthe Sitecore solutions.\n\nYou may use any information in intangible form that you remember after accessing the Software. However, this right \ndoes not grant you a license to any of Sitecore's copyrights or patents for anything you might create using such information.\n\n \n\nIn return, you agree that the following are conditions of your exercise of the license granted above:\n\n 1. Not to remove any copyright or other notices from the Software, and to apply any such notices to \nyour modified Software; provided that you may not represent Sitecore as the source or origin of your modified Software.\n\n 2. That if you distribute the Software or any derivative works of the Software, in source or object form, \nyou will include a verbatim copy of this license.\n\n 3. That if you distribute the Software or derivative works of the Software in source code form you do so \nonly under a license that includes all of the provisions of this License, and if you distribute derivative works \nof the Software solely in object form you do so only under a license that complies with this License. \n\n 4. That if you have modified the Software or created derivative works of the Software, and distribute such \nmodifications or derivative works, you will cause the modified files to carry prominent notices so that \nrecipients know that they are not receiving the original Software. Such notices must state: (i) that you \nhave changed the Software; and (ii) the date and nature of any changes.\n\n 5. That Sitecore is granted back, without any restriction or limitation, a non-exclusive, perpetual, \nirrevocable, royalty-free, assignable and sub-licensable license to reproduce, publicly perform or display, \ninstall , use, modify distribute and make and have made, sell, import and otherwise transfer \nyour modifications and/or derivative works of the Software, in any form, for any purpose.\n\nIn addition, you agree to the following:\n\nTHAT THE SOFTWARE COMES \"AS IS\", WITH NO WARRANTIES. THIS MEANS NO EXPRESS, IMPLIED OR STATUTORY WARRANTY, \nINCLUDING WITHOUT LIMITATION, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR \nANY WARRANTY OF TITLE OR NON-INFRINGEMENT. ALSO, YOU MUST PASS THIS DISCLAIMER ON WHENEVER YOU DISTRIBUTE \nTHE SOFTWARE OR DERIVATIVE WORKS. \n 2. THAT SITECORE WILL NOT BE LIABLE FOR ANY DAMAGES RELATED TO THE SOFTWARE OR THIS LICENSE, INCLUDING DIRECT, \nINDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, TO THE MAXIMUM EXTENT THE LAW PERMITS, \nNO MATTER WHAT LEGAL THEORY IT IS BASED ON. ALSO, YOU MUST PASS THIS LIMITATION OF LIABILITY ON WHENEVER \nYOU DISTRIBUTE THE SOFTWARE OR DERIVATIVE WORKS.\n\n 3. That if you sue anyone over patents that you think may apply to the Software or anyone's use of \nthe Software, your license to the Software ends automatically.\n\n 4. That your rights under the License end automatically if you breach it in any way.\n\n 5. That Sitecore reserves all rights not expressly granted to you in this license. \n"
},
"source": {
"http": "https://github.com/Sitecore/sitecore-ios-sdk/releases/download/v2.0/SitecoreMobileUI.framework.zip"
},
"authors": "Sitecore Corporation",
"platforms": {
"ios": "6.0"
},
"ios": {
"requires_arc": true,
"preserve_paths": "SitecoreMobileUI.framework",
"frameworks": [
"Foundation",
"UIKit",
"CFNetwork",
"CoreGraphics",
"MapKit",
"CoreLocation",
"AddressBook",
"AddressBookUI"
],
"libraries": [
"sqlite3",
"c++",
"stdc++",
"xml",
"z",
"iconv"
],
"dependencies": {
"SitecoreSDKCoreFramework": [
"2.0"
]
}
},
"public_header_files": "SitecoreMobileUI.framework/Headers/**/*.{h,hpp}",
"vendored_frameworks": "SitecoreMobileUI.framework"
}