4 "summary": "A collection of helper/utility classes to aid iOS development.",
5 "description": " This toolkit contains various helper classes and categories to aid in iOS development.\n\t\t\t\t It currently encompasses the following modules:\n\n * Crypto: HMAC utility\n * UI: Convenient categories on UIView, UIViewController, UINavigationController and the like\n * UICollectionView: Commonly used layouts for UICollectionView\n * Util: General utilities (e.g. NSString, NSObject)\n",
6 "homepage": "https://github.com/aceontech/AOTToolkit",
9 "Alex Manarpies": "alex@manarpies.com"
15 "git": "https://github.com/aceontech/AOTToolkit.git",
18 "source_files": "src/AOTToolkit/AOTToolkit/**/*.{h,m}",
19 "frameworks": "Foundation",
24 "source_files": "src/AOTToolkit/AOTToolkit/UI/**/*.{h,m}"
28 "source_files": "src/AOTToolkit/AOTToolkit/Crypto/**/*.{h,m}"
31 "name": "UICollectionView",
32 "source_files": "src/AOTToolkit/AOTToolkit/UICollectionView/**/*.{h,m}"
36 "source_files": "src/AOTToolkit/AOTToolkit/Util/**/*.{h,m}"