[Add] AmazonConnectChatIOS 1.0.3
[CocoaPods.git] / Specs / 1 / 7 / 3 / CCLaunchAnimation / 0.0.1 / CCLaunchAnimation.podspec.json
blobf5347592f81afb48c170ff6bf3b7c67d25857d1f
2   "name": "CCLaunchAnimation",
3   "version": "0.0.1",
4   "summary": "APP launch animation",
5   "description": "it is my first launch animation",
6   "homepage": "https://github.com/aichiko/CCLaunchAnimation",
7   "license": "MIT",
8   "authors": {
9     "aichiko0225": "aichiko66@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/aichiko/CCLaunchAnimation.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "LaunchAnimation_demo/CCLaunchAnimation/*.{h,m}",
19   "exclude_files": "Classes/Exclude",
20   "frameworks": [
21     "Foundation",
22     "ImageIO"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "Masonry": [
28     ],
29     "SDWebImage": [
30       "~> 4.0"
31     ]
32   }