blob: 231cf7b6aeb0493da95ad9346b2348570e294988 [file] [log] [blame]
{
"name": "ESTextView",
"version": "0.0.2",
"summary": "A TextView For iOS",
"description": "improve efficiency for ios develop",
"homepage": "https://github.com/EverydayStep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESTextView.git",
"tag": "0.0.2"
},
"source_files": "ESTextView/ESTextView/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}