[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / e / 1 / TNKFoundation / 1.1.0 / TNKFoundation.podspec.json
blob83ff6d0124b013a00f733b285e598c1e45f89627
2   "name": "TNKFoundation",
3   "version": "1.1.0",
4   "summary": "A collection of small utilities in Swift.",
5   "homepage": "https://github.com/davbeck/TNKFoundation",
6   "license": "MIT",
7   "authors": {
8     "David Beck": "code@thinkultimate.com"
9   },
10   "source": {
11     "git": "https://github.com/davbeck/TNKFoundation.git",
12     "tag": "1.1.0"
13   },
14   "social_media_url": "https://twitter.com/davbeck",
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "watchos": "2.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "AutoLayout",
24       "platforms": {
25         "ios": "9.0"
26       },
27       "source_files": "Pod/AutoLayout/*.swift"
28     },
29     {
30       "name": "GCD",
31       "source_files": "Pod/GCD/*.swift"
32     },
33     {
34       "name": "NSNumber",
35       "source_files": "Pod/NSNumber/*.swift"
36     },
37     {
38       "name": "NSPredicate",
39       "source_files": "Pod/NSPredicate/*.swift"
40     },
41     {
42       "name": "NSTimeInterval",
43       "source_files": "Pod/NSTimeInterval/*.swift"
44     },
45     {
46       "name": "NSURLQueryItem",
47       "source_files": "Pod/NSURLQueryItem/*.swift"
48     },
49     {
50       "name": "ObjectGraph",
51       "source_files": "Pod/ObjectGraph/*.swift"
52     },
53     {
54       "name": "ShapeView",
55       "platforms": {
56         "ios": "9.0"
57       },
58       "source_files": "Pod/ShapeView/*.swift"
59     }
60   ]