blob: 7e1ed57aa79563fa1db9712030e8f0551e66a848 [file] [log] [blame]
{
"name": "RDUtils",
"version": "0.0.2",
"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": "7.0"
},
"source": {
"git": "https://github.com/robertodias180/RDUtils.git",
"tag": "0.0.2"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Pods/**"
},
"subspecs": [
{
"name": "WMAnalitics",
"source_files": "RDUtils/WMAnalitics/*.{h,m}",
"dependencies": {
"FlurrySDK/FlurrySDK": [
],
"GoogleAnalytics-iOS-SDK": [
]
}
}
]
}