[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 3 / 7 / MOA-Swift / 0.1.8 / MOA-Swift.podspec.json
bloba2c5f0c7f65d17d37a3f37c52775c1a0bb897f22
2   "name": "MOA-Swift",
3   "version": "0.1.8",
4   "summary": "Swift Boilerplate code and building blocks for Module Oriented Architecture (MOA)",
5   "description": "Module Oriented Architecture (MOA) is a principle of building the client apps\nwith the logic of routed services, but local, within the bundle.\nThis repository contains all the building blocks to implement it in the apps",
6   "homepage": "http://itnext.io/module-oriented-architecture-4b54c8976415",
7   "license": "MIT",
8   "authors": {
9     "Mladen Despotovic": "mladen.despotovic@icloud.com"
10   },
11   "social_media_url": "http://twitter.com/mladendes",
12   "platforms": {
13     "ios": "11.0"
14   },
15   "swift_versions": "4.2",
16   "source": {
17     "git": "https://github.com/poksi592/MOA-Swift.git",
18     "tag": "0.1.8"
19   },
20   "source_files": [
21     "MOA-Swift/MOA-Swift/Helpers/*",
22     "MOA-Swift/MOA-Swift/Application Services/*",
23     "MOA-Swift/MOA-Swift/Routing/*"
24   ],
25   "exclude_files": "MOA-Swift/MOA-Swift/Application Services/Examples/*"