[Add] WorldfoneproSDK 1.0.0
[CocoaPods.git] / Specs / 9 / e / 1 / MMBarricade / 1.0.1 / MMBarricade.podspec.json
bloba82addabc5fb4a82d6bd008ecd5508be9044f0ea
2   "name": "MMBarricade",
3   "version": "1.0.1",
4   "summary": "Framework for setting up a run-time configurable local server in iOS apps.",
5   "homepage": "https://github.com/MutualMobile/MMBarricade",
6   "authors": {
7     "John McIntosh": "john.mcintosh@mutualmobile.com"
8   },
9   "license": "MIT",
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/MutualMobile/MMBarricade.git",
15     "tag": "1.0.1"
16   },
17   "frameworks": [
18     "Foundation",
19     "CFNetwork"
20   ],
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Barricade/Core/**/*.{h,m}",
27       "public_header_files": "Barricade/Core/**/*.h",
28       "exclude_files": "Barricade/Core/**/*Tests.m"
29     },
30     {
31       "name": "Tweaks",
32       "dependencies": {
33         "MMBarricade/Core": [
35         ],
36         "Tweaks": [
37           "~> 2.0"
38         ]
39       },
40       "source_files": "Barricade/Tweaks/**/*.{h,m}",
41       "public_header_files": "Barricade/Tweaks/**/*.h",
42       "exclude_files": "Barricade/Tweaks/**/*Tests.m"
43     }
44   ]