[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 9 / d / 2 / XLEasyFoundation / 0.1.4 / XLEasyFoundation.podspec.json
blob1cb4b544e64a93a6c284b8c16979a8a3d5d020e6
2   "name": "XLEasyFoundation",
3   "version": "0.1.4",
4   "summary": "封装基于iOS foundation的基础库.",
5   "description": "提供NSDate、NSDateFormatter、NSString、FileManager、Error等基础类",
6   "homepage": "https://github.com/randyeasy/XLEasyFoundation",
7   "license": "MIT",
8   "authors": {
9     "Randy": "ouyaliang@163.com"
10   },
11   "source": {
12     "git": "https://github.com/randyeasy/XLEasyFoundation.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "CocoaLumberjack": [
22       "~> 2.2"
23     ],
24     "Mantle": [
25       "~> 2.0"
26     ]
27   }