[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / a / 5 / AGDefines / 0.1.0 / AGDefines.podspec.json
blobe721d0b3744f1330d77e9389ef64e1f748982435
2   "name": "AGDefines",
3   "version": "0.1.0",
4   "summary": "Useful objective-c defines.",
5   "description": "Useful objective-c defines.\n\nFor example, VBLog is a NSLog redefine. It adds some additional info (caller class, line) to log message. Stops logging in non-DEBUG builds.\nAGLS shortens string localization code.\nAGLS... macroses shorten string localization code.\nAGFont... provide fast font creation.\nAGShowAlert... show uialerts using params.\n",
6   "homepage": "https://github.com/AllgoritmLLC",
7   "license": "MIT",
8   "authors": {
9     "Allgoritm LLC": "info@allgoritm.com"
10   },
11   "source": {
12     "git": "https://github.com/AllgoritmLLC/AGDefines.git",
13     "tag": "v0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "AGDefines/**/*",
20   "dependencies": {
21     "VBDefines": [
22       "~> 0.1"
23     ]
24   }