blob: 7f6ee843cf53693bb37e8647fba187d797249b26 [file] [log] [blame]
{
"name": "GTUIKitAdditions",
"version": "0.1.0",
"summary": "GTUIKitAdditions is a collection of classes that extend or add-up to those provided by Apple in UIKit.",
"description": " GTUIKitAdditions is a collection of classes that extend or add-up to those provided by Apple in UIKit.\n It includes classes such as GTAlertView and GTActionSheet that provide a block based API for UIAlertView and UIActionSheet as well as other useful APIs. It also includes custom UICollectionViewLayout subclasses.\n",
"homepage": "https://github.com/gtranchedone/GTUIKitAdditions",
"license": "MIT",
"authors": {
"Gianluca Tranchedone": "gianluca@cocoabeans.me"
},
"source": {
"git": "https://github.com/gtranchedone/GTUIKitAdditions.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"deprecated": true
}