blob: 6bb07d92b6a2e5ce551da8ac41b71e99cd19227d [file] [log] [blame]
{
"name": "FLTextView",
"version": "1.0.0",
"license": "MIT",
"summary": "UITextView + Placeholder in Swift",
"homepage": "https://github.com/freeletics/FLTextView",
"authors": {
"Danilo Bürger": "danilo@freeletics.com"
},
"source": {
"git": "https://github.com/freeletics/FLTextView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"ios": {
"frameworks": "UIKit"
},
"requires_arc": true,
"default_subspecs": "Default",
"subspecs": [
{
"name": "Legacy",
"platforms": {
"ios": "7.0"
},
"preserve_paths": "FLTextView/*.{swift,modulemap}"
},
{
"name": "Default",
"platforms": {
"ios": "8.0"
},
"source_files": "FLTextView/*.swift"
}
]
}