blob: fbd560f36dcf1e465160fe2d3306ff35ddbbcb78 [file] [log] [blame]
{
"name": "AOTToolkit",
"version": "0.2.0",
"summary": "A collection of helper/utility classes to aid iOS development.",
"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",
"homepage": "https://github.com/aceontech/AOTToolkit",
"license": "MIT",
"authors": {
"Alex Manarpies": "alex@manarpies.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/aceontech/AOTToolkit.git",
"tag": "0.2.0"
},
"source_files": "src/AOTToolkit/AOTToolkit/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"subspecs": [
{
"name": "UI",
"source_files": "src/AOTToolkit/AOTToolkit/UI/**/*.{h,m}"
},
{
"name": "Crypto",
"source_files": "src/AOTToolkit/AOTToolkit/Crypto/**/*.{h,m}"
},
{
"name": "UICollectionView",
"source_files": "src/AOTToolkit/AOTToolkit/UICollectionView/**/*.{h,m}"
},
{
"name": "Util",
"source_files": "src/AOTToolkit/AOTToolkit/Util/**/*.{h,m}"
}
]
}