[Add] TappSDK 1.0.42
[CocoaPods.git] / Specs / d / 0 / 3 / Pitchy / 1.0.0 / Pitchy.podspec.json
blobe8b6aaa4b544c25bcc5d769fb25c661f40d6a399
2   "name": "Pitchy",
3   "summary": "A simple way to get a music pitch from a frequency",
4   "version": "1.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": "1.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"