[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 6 / b / f / IndefiniteObservable / 1.0.0 / IndefiniteObservable.podspec.json
blobb663c1971c756306e62dfc41b2ed626402a3a190
2   "name": "IndefiniteObservable",
3   "summary": "IndefiniteObservable.swift",
4   "version": "1.0.0",
5   "authors": "The Material Motion Authors",
6   "license": "Apache 2.0",
7   "homepage": "https://github.com/material-motion/indefinite-observable-swift",
8   "source": {
9     "git": "https://github.com/material-motion/indefinite-observable-swift.git",
10     "tag": "v1.0.0"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9"
15   },
16   "requires_arc": true,
17   "default_subspecs": "lib",
18   "pushed_with_swift_version": "3.0",
19   "subspecs": [
20     {
21       "name": "lib",
22       "source_files": [
23         "src/*.{swift}",
24         "src/private/*.{swift}"
25       ]
26     },
27     {
28       "name": "examples",
29       "ios": {
30         "source_files": [
31           "examples/*.{swift}",
32           "examples/supplemental/*.{swift}"
33         ],
34         "exclude_files": "examples/TableOfContents.swift"
35       },
36       "dependencies": {
37         "IndefiniteObservable/lib": [
39         ]
40       }
41     }
42   ]