[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 8 / ASDKFluentExtensions / 0.2 / ASDKFluentExtensions.podspec.json
blob9445094a77a451c94b5fb2567f57b3db8fbc649b
2   "name": "ASDKFluentExtensions",
3   "version": "0.2",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/cesteban/ASDKFluentExtensions",
8   "authors": {
9     "Cesar Estebanez": "cestebanez@gmail.com"
10   },
11   "summary": "Extend AsyncDisplayKit with a fluent layout API",
12   "source": {
13     "git": "https://github.com/cesteban/ASDKFluentExtensions.git",
14     "tag": "0.2"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "public_header_files": "Source/*.h",
20   "source_files": "Source/*.{h,m}",
21   "dependencies": {
22     "AsyncDisplayKit": [
23       "~> 2.2"
24     ]
25   }