blob: 42266a052c7e3b1bbc4a966886b659ecd5ff71ef [file] [log] [blame]
{
"name": "RDUtils",
"version": "0.1.0",
"summary": "Group of iOS Utils used on most of the projects.",
"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.1.0"
},
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"requires_arc": true,
"subspecs": [
{
"name": "RDAnalitics",
"source_files": "RDUtils/RDAnalitics/*.{h,m}",
"dependencies": {
"FlurrySDK/FlurrySDK": [
],
"GoogleAnalytics-iOS-SDK": [
]
}
}
]
}