[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / e / 6 / itmSDK / 0.3.9 / itmSDK.podspec.json
blob7cd3be0d64ccf6f5ebbe83d63aeae83dba759107
2   "name": "itmSDK",
3   "version": "0.3.9",
4   "summary": "include two frameworks for developing",
5   "description": "This itmSDK for our project only. itmSDK update to version 2017.9.26",
6   "homepage": "https://github.com/Clintlin/itmSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Clintlin": "linguanjie@gmail.com"
13   },
14   "user_target_xcconfig": {
15     "Enable_Bitcode": "NO",
16     "GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS": "itm_DEBUG"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "ios": {
22     "vendored_frameworks": "itmSDK/Frameworks/*.framework"
23   },
24   "source": {
25     "git": "https://github.com/Clintlin/itmSDK.git",
26     "tag": "0.3.9",
27     "commit": "master"
28   },
29   "libraries": "icucore",
30   "frameworks": "UIKit",
31   "dependencies": {
32     "AFNetworking": [
33       "~> 3.1.0"
34     ],
35     "Masonry": [
36       "~> 1.0.2"
37     ],
38     "MBProgressHUD": [
39       "~> 1.0.0"
40     ]
41   }