[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / d / 1 / c / ArgoAnimation / 0.1.3 / ArgoAnimation.podspec.json
bloba9b0548c4b6b9a0292b3512fe02dd9cfb9c7d35b
2   "name": "ArgoAnimation",
3   "version": "0.1.3",
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.3"
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   "subspecs": [
23     {
24       "name": "AnimationCPP",
25       "source_files": "MLN-iOS/MLN/Classes/Animation/CPP/**/*.{h,c,cpp,m,mm}",
26       "compiler_flags": "-x objective-c++"
27     }
28   ]