[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 0 / f / 7 / SWINQ / 0.0.1 / SWINQ.podspec.json
blob372bdbb476fa51c1adfb84705db9b8de4e85c5d7
2   "name": "SWINQ",
3   "version": "0.0.1",
4   "summary": "The ability to use most LINQ operations on Swift 2.0.",
5   "description": "Swift integrated queries on commonly used Swift data structures such as Arrays and Dictionaries.",
6   "homepage": "https://github.com/jlai403/SWINQ",
7   "license": "MIT",
8   "authors": {
9     "Joey": "joey@jlai.ca"
10   },
11   "social_media_url": "http://twitter.com/jlai_",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9"
15   },
16   "source": {
17     "git": "https://github.com/jlai403/SWINQ.git",
18     "tag": "v0.0.1-alpha"
19   },
20   "source_files": "SWINQ/**/*.{swift}",
21   "frameworks": "Foundation"