[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / e / f / Family / 0.14.1 / Family.podspec.json
blobf1d6468aa3237361931b7ef81e1b9cbfa2d2980c
2   "name": "Family",
3   "summary": "A child view controller framework that makes setting up your parent controllers as easy as pie.",
4   "version": "0.14.1",
5   "homepage": "https://github.com/zenangst/Family",
6   "license": "MIT",
7   "authors": {
8     "Christoffer Winterkvist": "christoffer@winterkvist.com"
9   },
10   "source": {
11     "git": "https://github.com/zenangst/Family.git",
12     "tag": "0.14.1"
13   },
14   "social_media_url": "https://twitter.com/zenangst",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.11",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Sources/{iOS+tvOS,iOS,Shared}/**/*"
23   },
24   "tvos": {
25     "source_files": "Sources/{iOS+tvOS,tvOS,Shared}/**/*"
26   },
27   "osx": {
28     "source_files": "Sources/{macOS,Shared}/**/*"
29   },
30   "pod_target_xcconfig": {
31     "SWIFT_VERSION": "4.2"
32   }