blob: d00de8386c1025def79063828791a46f3429f278 [file] [log] [blame]
{
"name": "FluentIcons",
"version": "1.1.72",
"summary": "FluentIcons",
"description": "FluentIcons",
"homepage": "https://github.com/microsoft/fluentui-system-icons",
"license": {
"type": "Microsoft",
"file": "LICENSE"
},
"authors": {
"Microsoft, Inc.": "nicroma@microsoft.com"
},
"source": {
"git": "https://github.com/microsoft/fluentui-system-icons.git",
"tag": "1.1.72"
},
"platforms": {
"ios": "8.0",
"osx": "10.12"
},
"default_subspecs": [
"Code",
"Assets",
"RemovalScript"
],
"subspecs": [
{
"name": "Code",
"source_files": "ios/FluentIcons/Classes/*.swift",
"ios": {
"source_files": "ios/FluentIcons/Classes/ios/*.swift"
},
"osx": {
"source_files": "ios/FluentIcons/Classes/mac/*.swift"
}
},
{
"name": "Assets",
"resources": "ios/FluentIcons/Assets/IconAssets.xcassets"
},
{
"name": "RemovalScript",
"preserve_paths": "ios/remove-unused-fluent-icons/run"
}
]
}