blob: a2879e5a2c267680f98df4cc36c37450c055c0fc [file] [log] [blame]
{
"name": "MMPopLabel",
"version": "0.1.1",
"summary": "MMPopLabel is a tooltip control for iOS, with optional buttons",
"description": "MMPopLabel is a tooltip control for iOS, useful for tutorials.\n\nIt supports:\n\n* optional buttons\n* appearance proxy for styling\n",
"homepage": "http://github.com/mgcm/MMPopLabel",
"screenshots": [
"https://raw.githubusercontent.com/mgcm/MMPopLabel/master/Assets/MMPopLabel-1.png",
"https://raw.githubusercontent.com/mgcm/MMPopLabel/master/Assets/MMPopLabel-2.png",
"https://raw.githubusercontent.com/mgcm/MMPopLabel/master/Assets/MMPopLabel-3.png"
],
"license": "MIT",
"authors": {
"mgcm": "miltonmoura@gmail.com"
},
"source": {
"git": "https://github.com/mgcm/MMPopLabel.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.*",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"public_header_files": "Classes/**/*.h"
}