[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 9 / 5 / Apodidae / 0.1.0 / Apodidae.podspec.json
blobff9fdd719d4b084ab5d567ceddbf8018b139144a
2   "name": "Apodidae",
3   "version": "0.1.0",
4   "summary": "Dependency Injection framework for Protocol Oriented Programming",
5   "description": "Dependency Injection framework for Protocol Oriented Programming.\nAllows for Protocol based injection of both reference (`class`) and value (`struct`) types",
6   "homepage": "https://knightswhosaynil.github.io/Apodidae/",
7   "license": "Apache 2.0",
8   "authors": {
9     "Johnathan Raymond": "johnathan.raymond@knightswhosaynil.com"
10   },
11   "source": {
12     "git": "https://github.com/knightswhosaynil/Apodidae.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Apodidae": [
22       "Pod/Assets/*.png"
23     ]
24   }