[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 0 / 3 / Pitchy / 3.0.0 / Pitchy.podspec.json
blob4aa01d29c39d72cba39cffdbf41c64c32d27ebc1
2   "name": "Pitchy",
3   "summary": "A simple way to get a music pitch from a frequency",
4   "version": "3.0.0",
5   "homepage": "https://github.com/vadymmarkov/Pitchy",
6   "license": "MIT",
7   "authors": {
8     "Vadym Markov": "markov.vadym@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/vadymmarkov/Pitchy.git",
12     "tag": "3.0.0"
13   },
14   "social_media_url": "https://twitter.com/vadymmarkov",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "requires_arc": true,
20   "ios": {
21     "source_files": "Source/**/*"
22   },
23   "osx": {
24     "source_files": "Source/**/*"
25   },
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "4.0"