[Add] CustomerIOTrackingMigration 3.3.1
[CocoaPods.git] / Specs / c / 4 / e / RDUtils / 0.1.1 / RDUtils.podspec.json
blob897b899421690ad54e12d39c494ba367d3a372be
2   "name": "RDUtils",
3   "version": "0.1.1",
4   "summary": "Group of iOS Utils used on most of the projects.",
5   "homepage": "https://github.com/robertodias180/RDUtils",
6   "license": "MIT",
7   "authors": {
8     "Roberto Dias": "robertodias180@gmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/robertodias180/RDUtils.git",
15     "tag": "0.1.1"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "CoreGraphics",
21     "AVFoundation"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "RDAnalytics",
27       "source_files": "RDUtils/RDAnalytics/*.{h,m}",
28       "dependencies": {
29         "FlurrySDK/FlurrySDK": [
31         ],
32         "GoogleAnalytics-iOS-SDK": [
34         ]
35       }
36     }
37   ]