[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 1 / c / ArgoAnimation / 0.1.5.beta1 / ArgoAnimation.podspec.json
blob9d5c772dc5e9924621dc2ce5ea7c05b85a64463e
2   "name": "ArgoAnimation",
3   "version": "0.1.5.beta1",
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.5.beta1"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "libraries": "c++",
20   "requires_arc": true,
21   "source_files": "MLN-iOS/MLN/Classes/Animation/MLAnimator/**/*.{h,c,cpp,m,mm}",
22   "private_header_files": [
23     "MLN-iOS/MLN/Classes/Animation/MLAnimator/Private/*.h",
24     "MLN-iOS/MLN/Classes/Animation/MLAnimator/Runtime/*.h",
25     "MLN-iOS/MLN/Classes/Animation/MLAnimator/Utils/*.h",
26     "MLN-iOS/MLN/Classes/Animation/MLAnimator/WebCore/*.h"
27   ],
28   "subspecs": [
29     {
30       "name": "AnimationCPP",
31       "source_files": "MLN-iOS/MLN/Classes/Animation/CPP/**/*.{h,c,cpp,m,mm}",
32       "compiler_flags": "-x objective-c++"
33     }
34   ]