| { |
| "name": "JSQDataSourcesKit", |
| "version": "6.0.0", |
| "license": "MIT", |
| "summary": "Protocol-oriented, type-safe data source objects that keep your view controllers light", |
| "homepage": "https://github.com/jessesquires/JSQDataSourcesKit", |
| "documentation_url": "http://jessesquires.com/JSQDataSourcesKit/", |
| "social_media_url": "https://twitter.com/jesse_squires", |
| "authors": "Jesse Squires", |
| "source": { |
| "git": "https://github.com/jessesquires/JSQDataSourcesKit.git", |
| "tag": "6.0.0" |
| }, |
| "source_files": "Source/*.swift", |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0" |
| }, |
| "frameworks": "CoreData", |
| "requires_arc": true |
| } |