[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 4 / e / RDUtils / 0.0.1 / RDUtils.podspec.json
blobc2a66ccf4a3cdee6d03fdce5f5dc33290e2abff5
2   "name": "RDUtils",
3   "version": "0.0.1",
4   "summary": "Group of iOS Utils used on most of the projects.",
5   "description": "                   Group of iOS Utils used on most of the projects.\n\n                   * NSArray suffle\n                   * Assync image download to UIImageView\n                   * Reachability\n",
6   "homepage": "https://github.com/robertodias180/RDUtils",
7   "license": "MIT",
8   "authors": {
9     "Roberto Dias": "robertodias180@gmail.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/robertodias180/RDUtils.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "RDUtils/*.{h,m}",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "CoreGraphics",
23     "AVFoundation"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.0"
28     ]
29   }