[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / e / 7 / LCKit / 1.0.0 / LCKit.podspec.json
blob7cdc85a82fff1ccbb0d2ce6ef2611d5ad3556cfe
2   "name": "LCKit",
3   "version": "1.0.0",
4   "summary": "Common methods for iOS.",
5   "description": "It is common methods used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/cnzlh/LCKit",
7   "license": "MIT",
8   "authors": {
9     "linhua": "cnzlh@163.com"
10   },
11   "source": {
12     "git": "https://github.com/cnzlh/LCKit.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "MapKit",
22     "Foundation",
23     "CoreGraphics"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 2.3"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "CommonTools",
33       "source_files": "Pod/Classes/CommonTools/**/*",
34       "public_header_files": "Pod/Classes/CommonTools/**/*.h"
35     }
36   ]