[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / d / 2 / XLEasyFoundation / 0.1.3 / XLEasyFoundation.podspec.json
blobb8113fb3d449feb59fa65814ea5f92fcf137c513
2   "name": "XLEasyFoundation",
3   "version": "0.1.3",
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.3"
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   }