blob: 4b86cd24866d7bcf0ef4002854e22967b490e9b7 [file] [log] [blame]
{
"name": "MaterialControls",
"version": "1.2.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/fpt-software/Material-Controls-For-iOS",
"authors": {
"FPT Software": "mobility@fsoft.com.vn"
},
"summary": "Material Design controls for iOS writen in Objective-C.",
"source": {
"git": "https://github.com/fpt-software/Material-Controls-For-iOS.git",
"tag": "v1.2.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"MaterialControls/**/*.h",
"MaterialControls/**/*.m"
],
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}
}