[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / d / 3 / PYAudioKit / 1.0.2 / PYAudioKit.podspec.json
blob48b94de360a58b6fdbd38d8b80af46e1b6a20052
2   "name": "PYAudioKit",
3   "version": "1.0.2",
4   "summary": "A simple audio recorder and player for iOS.",
5   "homepage": "https://github.com/littlepush/PYAudioKit",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Push Chen": "littlepush@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYAudioKit.git",
18     "tag": "1.0.2"
19   },
20   "source_files": [
21     "PYAudioKit/*.{h,m}",
22     "PYAudioKit/**/*.{h,m}"
23   ],
24   "frameworks": "AVFoundation",
25   "requires_arc": true,
26   "dependencies": {
27     "PYCore": [
29     ]
30   }