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