blob: f51336ba0c50c24af177c6afa7ddd178ad3372a3 [file] [log] [blame]
{
"name": "FluentIcons",
"version": "1.1.17",
"summary": "FluentIcons",
"description": "FluentIcons",
"homepage": "https://github.com/microsoft/fluent-system-icons",
"license": {
"type": "Microsoft",
"file": "LICENSE"
},
"authors": {
"Microsoft, Inc.": "nicroma@microsoft.com"
},
"source": {
"git": "https://github.com/microsoft/fluent-system-icons.git",
"tag": "1.1.17"
},
"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"
}
]
}