| { |
| "name": "Linqwift", |
| "version": "0.1.0", |
| "summary": "Swift language LINQ extension", |
| "description": "Just imagine the power of LINQ on iOS and OS X platforms. \nMain objective is to implement all of these methods:\nhttp://msdn.microsoft.com/en-us/library/system.linq.enumerable_methods.aspx", |
| "homepage": "https://github.com/k06a/Linqwift", |
| "license": "MIT", |
| "authors": { |
| "Anton Bukov": "k06aaa@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/k06a/Linqwift.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/k06a", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*" |
| } |