blob: 2f1c44ba0920fea04d6d94a0f963a97fc12d667f [file] [log] [blame]
{
"name": "iOS-Extensions",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"*.{h,m}",
"Categories/*.{h,m}"
],
"requires_arc": true,
"frameworks": "CoreData"
}