blob: f70bfaccc91d3ae0eccf5ee5fd14c5f9a715aedf [file] [log] [blame]
{
"name": "FoundationPlus",
"version": "1.0.1",
"summary": "The missing Foundation methods",
"homepage": "https://github.com/JamieREvans/FoundationPlus",
"license": "MIT",
"authors": {
"Jamie Evans": "jamie.riley.evans@gmail.com"
},
"source": {
"git": "https://github.com/JamieREvans/FoundationPlus.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/*.{h,m}",
"Pod/Classes/**/*.{h,m}"
],
"resource_bundles": {
"FoundationPlus": [
"Pod/Assets/*.png"
]
}
}