[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 7 / e / 9 / PINFuture / 4.0.0 / PINFuture.podspec.json
bloba46bf99d2549db1828dff37126ed615fc44c70a4
2   "name": "PINFuture",
3   "version": "4.0.0",
4   "summary": "An Objective C future implementation that aims to provide maximal type safety.",
5   "description": "An Objective C future implementation that aims to provide maximal type safety.  It sticks close to Promises/A+\nconventions.",
6   "homepage": "https://github.com/chrisdanford/PINFuture",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Danford": "chrisdanford@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chrisdanford/PINFuture.git",
16     "tag": "4.0.0"
17   },
18   "social_media_url": "https://twitter.com/chrisdanford",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PINFuture/Classes/**/*"