blob: 9d6a3c0462e4aa4ab0591624a3464077b5a8f0c2 [file] [log] [blame]
{
"name": "FTIndicator",
"version": "1.2.4",
"summary": "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support.",
"description": "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications.",
"authors": {
"liufengting": "wo157121900@me.com"
},
"homepage": "https://github.com/liufengting/FTIndicator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/liufengting",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/liufengting/FTIndicator.git",
"tag": "1.2.4"
},
"source_files": [
"FTIndicator",
"FTIndicator/**/*.{h,m}"
],
"resources": "FTIndicator/**/*.{bundle}",
"requires_arc": true,
"subspecs": [
{
"name": "FTNotificationIndicator",
"source_files": [
"FTNotificationIndicator",
"FTIndicator/FTNotificationIndicator/*.{h,m}"
]
},
{
"name": "FTProgressIndicator",
"source_files": [
"FTProgressIndicator",
"FTIndicator/FTProgressIndicator/*.{h,m}"
],
"resources": "FTIndicator/FTProgressIndicator/*.{bundle}"
},
{
"name": "FTToastIndicator",
"source_files": [
"FTToastIndicator",
"FTIndicator/FTToastIndicator/**/*.{h,m}"
]
}
]
}