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