[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / c / 4 / e / RDUtils / 0.1.0 / RDUtils.podspec.json
blob42266a052c7e3b1bbc4a966886b659ecd5ff71ef
2   "name": "RDUtils",
3   "version": "0.1.0",
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.0"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation",
20     "CoreGraphics",
21     "AVFoundation"
22   ],
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "RDAnalitics",
27       "source_files": "RDUtils/RDAnalitics/*.{h,m}",
28       "dependencies": {
29         "FlurrySDK/FlurrySDK": [
31         ],
32         "GoogleAnalytics-iOS-SDK": [
34         ]
35       }
36     }
37   ]