[Add] TMNewsInformationSDK 0.0.999
[CocoaPods.git] / Specs / 7 / e / 9 / PINFuture / 5.0.1 / PINFuture.podspec.json
blob73f8e92d39136a440ebee91ea4b572a2eb08588e
2   "name": "PINFuture",
3   "version": "5.0.1",
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": "5.0.1"
17   },
18   "social_media_url": "https://twitter.com/chrisdanford",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PINFuture/Classes/**/*",
23   "weak_frameworks": "Photos",
24   "frameworks": "Foundation"