[Add] ZoomVideoSDK 2.1.0
[CocoaPods.git] / Specs / 3 / d / c / AOTToolkit / 0.2.0 / AOTToolkit.podspec.json
blobfbd560f36dcf1e465160fe2d3306ff35ddbbcb78
2   "name": "AOTToolkit",
3   "version": "0.2.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Alex Manarpies": "alex@manarpies.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/aceontech/AOTToolkit.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "src/AOTToolkit/AOTToolkit/**/*.{h,m}",
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "UI",
24       "source_files": "src/AOTToolkit/AOTToolkit/UI/**/*.{h,m}"
25     },
26     {
27       "name": "Crypto",
28       "source_files": "src/AOTToolkit/AOTToolkit/Crypto/**/*.{h,m}"
29     },
30     {
31       "name": "UICollectionView",
32       "source_files": "src/AOTToolkit/AOTToolkit/UICollectionView/**/*.{h,m}"
33     },
34     {
35       "name": "Util",
36       "source_files": "src/AOTToolkit/AOTToolkit/Util/**/*.{h,m}"
37     }
38   ]