[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 2 / 5 / Strainer / 0.1.1 / Strainer.podspec.json
blob285f254740b4c07660eedb57afb9a3fcc18cd635
2   "name": "Strainer",
3   "version": "0.1.1",
4   "swift_version": "4.1",
5   "summary": "Seamless objects sorting, filtering and table updates",
6   "description": "Strainer let you add an objects provider that can be linked with any sort or search filters.\nFilters can be chained, and filters parameters changes can be seamlessly reflected on the interface.",
7   "homepage": "https://gitlab.com/MooseFactorySoftware/Strainer",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tristan Leblanc": "tristan@moosefactory.eu"
14   },
15   "source": {
16     "git": "https://gitlab.com/MooseFactorySoftware/Strainer",
17     "tag": "0.1.1"
18   },
19   "social_media_url": "https://twitter.com/moosefactory_eu",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Strainer.h",
26     "Strainer/Classes/*"
27   ]