[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 0 / 7 / MITMObject / 1.0.0 / MITMObject.podspec.json
blob848f4f8f010b801d69379f71e7e5a88873f90e2b
2   "name": "MITMObject",
3   "version": "1.0.0",
4   "summary": "Delegate calls interceptor based on Man-In-The-Middle attack principles, useful for subclassing Foundation classes.",
5   "homepage": "https://github.com/NRGRepo/MITMObject",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Georgiy Malyukov": ""
12   },
13   "source": {
14     "git": "https://github.com/NRGRepo/MITMObject.git",
15     "tag": "1.0.0"
16   },
17   "social_media_url": "http://deadlineru.livejournal.com",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "test": [
25       "Pod/Assets/*.png"
26     ]
27   }