blob: 115192d5ecd00f28f20a195fb822ec9cb0bc34fb [file] [log] [blame]
{
"name": "iOS-Extensions",
"version": "0.0.3",
"summary": "iOS Extensions that make life easier :).",
"homepage": "https://github.com/mglagola/iOS-Extensions",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Mark Glagola": "mark.glagola@gmail.com"
},
"source": {
"git": "https://github.com/mglagola/iOS-Extensions.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"*.{h,m}",
"Categories/*.{h,m}"
],
"requires_arc": true,
"frameworks": "CoreData"
}