[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 8 / FDLBuilder / 0.1.0 / FDLBuilder.podspec.json
blob2a8c7779c14d40a2b583a55db8eb897205bdcf0f
2   "name": "FDLBuilder",
3   "version": "0.1.0",
4   "summary": "FDL(Firebase Dynamic Links) builder.",
5   "homepage": "https://github.com/sgr-ksmt/FDLBuilder",
6   "license": "MIT",
7   "authors": {
8     "Suguru Kishimoto": "melodydance.k.s@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/sgr-ksmt/FDLBuilder.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "FDLBuilder/Sources/*.swift",
19   "static_framework": true,
20   "dependencies": {
21     "Firebase/DynamicLinks": [
22       "~> 5.0"
23     ]
24   }