blob: fc0b3b523c2a0dc3230bd4944bffaf6523217513 [file] [log] [blame]
{
"name": "AnobiUIKit",
"version": "0.9.0",
"summary": "AnobiUIKit - iOS Developer helpers collection.",
"description": "AnobiUIKit - iOS Developer helpers collection.\n\n## Main features\nAKAlert\nAKImagePicker\n\nAKThemeManager\nAKViewDispatcher\n\n## Main helpers\nAKFormattedField\nAKAnimation\nUIImage+Resize\nUIViewController+AnobiKit\nAKTableViewController",
"homepage": "https://github.com/Anobisoft/AnobiUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanislav Pletnev": "anobisoft@gmail.com"
},
"social_media_url": "https://twitter.com/Anobisoft",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/Anobisoft/AnobiUIKit.git",
"tag": "0.9.0"
},
"source_files": "AnobiUIKit/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AnobiKit": [
"~> 0.14.0"
]
},
"requires_arc": true
}