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