[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / c / 2 / LixFoundation / 0.0.3 / LixFoundation.podspec.json
blobe1f5f5b36bcef35d6eed54b2443dbb5a62f5d8bf
2   "name": "LixFoundation",
3   "version": "0.0.3",
4   "summary": "Objective-C编程基础工具类",
5   "homepage": "https://github.com/originalix/LixFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lix": "xiao.liunit@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/originalix/LixFoundation.git",
18     "tag": "0.0.3"
19   },
20   "source_files": [
21     "Lix_Foundation",
22     "Lix_Foundation/**/*.{h,m}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "LixMacro": [
30       "~> 0.0.3"
31     ]
32   }