blob: 1dcccbbe883705d1b4708f2d3713668085f83c57 [file] [log] [blame]
{
"name": "YCFirstTime",
"version": "1.1.3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/yuppiu/YCFirstTime",
"authors": {
"Fabio Knoedt": "fabioknoedt@gmail.com"
},
"summary": "A lightweight library to execute Objective-C codes only once in app life or version life.",
"source": {
"git": "https://github.com/yuppiu/YCFirstTime.git",
"tag": "1.1.3"
},
"source_files": [
"YCFirstTime.{h,m}",
"Classes/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}