[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 5 / 2 / AKYoutubeParser / 0.1.0 / AKYoutubeParser.podspec.json
blob6f0997ef8f8d9f61be35d890ae59f55ebbf7c02d
2   "name": "AKYoutubeParser",
3   "version": "0.1.0",
4   "summary": "Retrieve youtube h264 video stream urls in a swift way.",
5   "description": "Based on the popular https://github.com/hellozimi/HCYoutubeParser\nBut in swift",
6   "homepage": "https://github.com/arsonik/AKYoutubeParser",
7   "license": "MIT",
8   "authors": {
9     "Florian Morello": "arsonik@me.com"
10   },
11   "source": {
12     "git": "https://github.com/arsonik/AKYoutubeParser.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "dependencies": {
22     "Alamofire": [
24     ]
25   }