blob: 751d5cf09f9629032ef722bbe3f57f26ad5159aa [file] [log] [blame]
{
"name": "NHToolKit",
"version": "0.1.0",
"summary": "A set of tools to make iOS development easier.",
"description": " Here is the list of classes included:\n\n - NHKeychainHelper\n - NHSeparatorsView\n - NHSlideshowImagesView\n - NSString+Validation\n - UIButton+HitTarget\n - UICollectionReusableView+Convenience\n - UICollectionViewCell+Convenience\n - UIColor+Photoshop\n - UIKit+Bold\n - UIViewController+Hierarchy\n",
"homepage": "http://github.com/nilsou/NHToolKit",
"license": "MIT",
"authors": {
"Nils Hayat": "nilsou@gmail.com"
},
"source": {
"git": "https://github.com/nilsou/NHToolKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}"
}