[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 2 / 5 / CLFoundation / 1.7.2 / CLFoundation.podspec.json
blob8d1dfb6b83a3c350d1231d1a04fcaf2fa7cc97fe
2   "name": "CLFoundation",
3   "version": "1.7.2",
4   "summary": "CLFoundation of iOS",
5   "homepage": "https://github.com/CainLuo/CLFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CainLuo": "350116542@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/CainLuo/CLFoundation.git",
18     "tag": "1.7.2"
19   },
20   "source_files": [
21     "CLFoundation",
22     "CLFoundation/**/*.{h,m}"
23   ],
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "subspecs": [
29     {
30       "name": "CLFoundation+Category",
31       "source_files": "CLFoundation+Category/**/*.{h,m}"
32     }
33   ]