[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / c / Notes / 0.0.1 / Notes.podspec.json
blob7fc6d98fa96f12e3329adaa8f067d3e9e00fc870
2   "name": "Notes",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Notes is aa music theory framework.",
9   "homepage": "https://github.com/thiagolioy/Notes",
10   "social_media_url": "https://twitter.com/tplioy",
11   "authors": {
12     "Thiago Lioy": "thiagolioy@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/thiagolioy/Notes.git",
16     "tag": "v0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "3.1",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/*.swift",
31       "frameworks": "Foundation"
32     }
33   ]