[Add] Spotify-iOS-Auth 1.0.3
[CocoaPods.git] / Specs / 6 / 9 / 0 / lf / 0.2 / lf.podspec.json
blob9ef70baf2d233281aa8d64cec0351928d2a3b302
2   "name": "lf",
3   "version": "0.2",
4   "summary": "iOS Camera/Microphone streaming library via RTMP",
5   "description": "lf is a lIVE fRAMEWORK. iOS Camera/Microphone streaming library via RTMP/HTTP",
6   "homepage": "https://github.com/shogo4405/lf.swift",
7   "license": "New BSD",
8   "authors": {
9     "shogo4405": "shogo4405@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/shogo4405",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/shogo4405/lf.swift.git",
17     "tag": "0.2"
18   },
19   "source_files": [
20     "lf",
21     "lf/{Core,Codec,Net,HTTP,ISO,RTMP,Media,Util}/**/*.swift"
22   ],
23   "dependencies": {
24     "XCGLogger": [
25       "~> 3.3"
26     ],
27     "CryptoSwift": [
28       "~> 0.4"
29     ]
30   },
31   "deprecated_in_favor_of": "HaishinKit"