[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 0 / MJGFoundation / 1.0.0 / MJGFoundation.podspec.json
blob2a71a8d0f2ec11709703d1390b715227f62b16f6
2   "name": "MJGFoundation",
3   "version": "1.0.0",
4   "summary": "A collection of iOS classes & categories by Matt Galloway.",
5   "homepage": "https://github.com/mattjgalloway/MJGFoundation",
6   "license": "BSD",
7   "authors": {
8     "Matt Galloway": "matt@galloway.me.uk"
9   },
10   "source": {
11     "git": "https://github.com/mattjgalloway/MJGFoundation.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "Source/**/*.{h,m}",
18   "resources": "Resources/**/*.png",
19   "libraries": "z",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "MJGAvailability",
24       "summary": "Produces compiler warnings for APIs newer than your deployment target.",
25       "source_files": "Source/Utilities/MJGAvailability.h"
26     }
27   ]