| { |
| "name": "TNKFoundation", |
| "version": "1.1.0", |
| "summary": "A collection of small utilities in Swift.", |
| "homepage": "https://github.com/davbeck/TNKFoundation", |
| "license": "MIT", |
| "authors": { |
| "David Beck": "code@thinkultimate.com" |
| }, |
| "source": { |
| "git": "https://github.com/davbeck/TNKFoundation.git", |
| "tag": "1.1.0" |
| }, |
| "social_media_url": "https://twitter.com/davbeck", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.10", |
| "watchos": "2.0" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "AutoLayout", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Pod/AutoLayout/*.swift" |
| }, |
| { |
| "name": "GCD", |
| "source_files": "Pod/GCD/*.swift" |
| }, |
| { |
| "name": "NSNumber", |
| "source_files": "Pod/NSNumber/*.swift" |
| }, |
| { |
| "name": "NSPredicate", |
| "source_files": "Pod/NSPredicate/*.swift" |
| }, |
| { |
| "name": "NSTimeInterval", |
| "source_files": "Pod/NSTimeInterval/*.swift" |
| }, |
| { |
| "name": "NSURLQueryItem", |
| "source_files": "Pod/NSURLQueryItem/*.swift" |
| }, |
| { |
| "name": "ObjectGraph", |
| "source_files": "Pod/ObjectGraph/*.swift" |
| }, |
| { |
| "name": "ShapeView", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Pod/ShapeView/*.swift" |
| } |
| ] |
| } |