[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / e / 8 / 1 / QMonthElement / 0.1.0 / QMonthElement.podspec.json
blobdc42b951839323869b3e5069e33f118017da4a6d
2   "name": "QMonthElement",
3   "version": "0.1.0",
4   "summary": "A month picker element for QuickDialog.",
5   "homepage": "https://www.github.com/simonrice/QMonthElement",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Simon Rice": "simon@simonrice.com"
9   },
10   "source": {
11     "git": "https://github.com/simonrice/QMonthElement.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "QuickDialog": [
21       "~> 0.9"
22     ],
23     "SRMonthPicker": [
25     ]
26   }