blob: c2a66ccf4a3cdee6d03fdce5f5dc33290e2abff5 [file] [log] [blame]
{
"name": "RDUtils",
"version": "0.0.1",
"summary": "Group of iOS Utils used on most of the projects.",
"description": " Group of iOS Utils used on most of the projects.\n\n * NSArray suffle\n * Assync image download to UIImageView\n * Reachability\n",
"homepage": "https://github.com/robertodias180/RDUtils",
"license": "MIT",
"authors": {
"Roberto Dias": "robertodias180@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/robertodias180/RDUtils.git",
"tag": "0.0.1"
},
"source_files": "RDUtils/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}