[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 6 / e / 7 / LCKit / 1.0.4 / LCKit.podspec.json
blob4866aaa2ec0da88b0ecd60b4a5066e0dab8f4e27
2   "name": "LCKit",
3   "version": "1.0.4",
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.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "CommonTools",
20   "frameworks": [
21     "UIKit",
22     "MapKit",
23     "Foundation",
24     "CoreGraphics"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 2.3"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "CommonTools",
34       "source_files": "Pod/Classes/CommonTools/**/*",
35       "public_header_files": "Pod/Classes/CommonTools/**/*.h"
36     }
37   ]