blob: 0b477114f277d6b1a3b8ea6b4378fb07deacce03 [file] [log] [blame]
{
"name": "XLEasyFoundation",
"version": "0.1.2",
"summary": "封装基于iOS foundation的基础库.",
"description": "提供NSDate、NSDateFormatter、NSString、FileManager、Error等基础类",
"homepage": "https://github.com/randyeasy/XLEasyFoundation",
"license": "MIT",
"authors": {
"Randy": "ouyaliang@163.com"
},
"source": {
"git": "https://github.com/randyeasy/XLEasyFoundation.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"CocoaLumberjack": [
"~> 2.2"
],
"Mantle": [
"~> 2.0"
]
}
}