[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 2 / c / BeeCommonSDK / 0.0.2 / BeeCommonSDK.podspec.json
blobd62847d027f2d6b4629d0cc45e389fc9cc9b5fd0
2   "name": "BeeCommonSDK",
3   "version": "0.0.2",
4   "summary": "BeeCommonSDK是集合基本使用功能",
5   "description": "0.0.1:基础功能",
6   "homepage": "https://github.com/5hito/BeeCommonSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "5hito": "beemans@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/5hito/BeeCommonSDK.git",
19     "tag": "0.0.2"
20   },
21   "frameworks": "AdSupport",
22   "resources": "lib/*.bundle",
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/lib/BeeCommonLibrary.framework/Headers/"
26   },
27   "ios": {
28     "vendored_frameworks": "lib/BeeCommonLibrary.framework"
29   }