[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 7 / e / 9 / PINFuture / 0.2.2 / PINFuture.podspec.json
blobfdbe6a13ce08b538de7fd85d8732bcee749b2194
2   "name": "PINFuture",
3   "version": "0.2.2",
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": "0.2.2"
17   },
18   "social_media_url": "https://twitter.com/chrisdanford",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PINFuture/Classes/**/*"