blob: 429f7f99be0630f3c4034975a2d0541aa8a321fa [file] [log] [blame]
{
"name": "MaterialControls",
"version": "1.2.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"MaterialControls/**/*.h",
"MaterialControls/**/*.m"
],
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
]
}
}