[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / d / 3 / PYAudioKit / 1.0.1 / PYAudioKit.podspec.json
blob415b30732e62f322661587eb5b43a2eda316d30f
2   "name": "PYAudioKit",
3   "version": "1.0.1",
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.1"
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   }