[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 1 / c / ArgoAnimation / 0.1.6 / ArgoAnimation.podspec.json
bloba1cc55ddeb4b19ecff813c58133e7d5781ec55d8
2   "name": "ArgoAnimation",
3   "version": "0.1.6",
4   "summary": "Animation Component",
5   "description": "Animation Component",
6   "homepage": "https://mln.immomo.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "MoMo",
12   "source": {
13     "git": "https://github.com/momotech/MLN.git",
14     "tag": "ArgoAnimation/0.1.6"
15   },
16   "module_map": "MLN-iOS/MLN/Classes/Animation/MLAnimator/module.modulemap",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "libraries": "c++",
21   "requires_arc": true,
22   "source_files": "MLN-iOS/MLN/Classes/Animation/MLAnimator/**/*.{h,c,cpp,m,mm}",
23   "private_header_files": [
24     "MLN-iOS/MLN/Classes/Animation/MLAnimator/Private/*.h",
25     "MLN-iOS/MLN/Classes/Animation/MLAnimator/Runtime/*.h",
26     "MLN-iOS/MLN/Classes/Animation/MLAnimator/Utils/*.h",
27     "MLN-iOS/MLN/Classes/Animation/MLAnimator/WebCore/*.h"
28   ],
29   "subspecs": [
30     {
31       "name": "AnimationCPP",
32       "source_files": "MLN-iOS/MLN/Classes/Animation/CPP/**/*.{h,c,cpp,m,mm}",
33       "compiler_flags": "-x objective-c++",
34       "private_header_files": "MLN-iOS/MLN/Classes/Animation/CPP/**/*.h"
35     }
36   ]