blob: 94d8c61cd5ba9bb2050e876b4b3ce49601f68843 [file] [log] [blame]
{
"name": "OfficeUIFabricCore",
"version": "0.2.0",
"summary": "The iOS UI framework for building experiences for Office and Office 365",
"description": "Fabric for iOS is a library that provides the Office UI experience for the native iOS platform. It contains tokens like Colors and Typography, as well as customization for native controls. All from the official design language used in Office and Office 365 products.",
"homepage": "https://github.com/OfficeDev/Office-UI-Fabric-iOS",
"documentation_url": "http://dev.office.com/fabric/styles",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Cherkashyn": "v-cheand@microsoft.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/OfficeDev/Office-UI-Fabric-iOS.git",
"tag": "0.2.0"
},
"source_files": "OfficeUIFabricCore/OfficeUIFabricCore/{Core,Components,Customization}/**/*",
"frameworks": "UIKit"
}