[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 2 / 7 / DLAlertController / 0.0.1 / DLAlertController.podspec.json
bloba996e6b16c8f8fd6d0478a318218753c747294c0
2   "name": "DLAlertController",
3   "version": "0.0.1",
4   "summary": "Custom alert controller for iOS platform.",
5   "homepage": "https://github.com/sdkdimon/DLAlertController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Dmitry Lizin": "sdkdimon@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/sdkdimon/DLAlertController.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "module_name": "DLAlertController",
22   "source_files": "DLAlertController/DLAlertController/*.{h,m}",
23   "subspecs": [
24     {
25       "name": "Presentation",
26       "source_files": "DLAlertController/DLAlertController/Presentation/*.{h,m}"
27     },
28     {
29       "name": "Actions",
30       "source_files": "DLAlertController/DLAlertController/Actions/*.{h,m}"
31     }
32   ]