blob: 2a71a8d0f2ec11709703d1390b715227f62b16f6 [file] [log] [blame]
{
"name": "MJGFoundation",
"version": "1.0.0",
"summary": "A collection of iOS classes & categories by Matt Galloway.",
"homepage": "https://github.com/mattjgalloway/MJGFoundation",
"license": "BSD",
"authors": {
"Matt Galloway": "matt@galloway.me.uk"
},
"source": {
"git": "https://github.com/mattjgalloway/MJGFoundation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Source/**/*.{h,m}",
"resources": "Resources/**/*.png",
"libraries": "z",
"requires_arc": true,
"subspecs": [
{
"name": "MJGAvailability",
"summary": "Produces compiler warnings for APIs newer than your deployment target.",
"source_files": "Source/Utilities/MJGAvailability.h"
}
]
}