[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / f / IGFuture / 0.2.0 / IGFuture.podspec.json
blob5212bb23d76625b4f3d221e0658f7e930e81f483
2   "name": "IGFuture",
3   "version": "0.2.0",
4   "summary": "Simple futures pattern in Objective-C.",
5   "homepage": "https://github.com/siuying/IGFuture",
6   "authors": {
7     "Francis Chong": "francis@ignition.hk"
8   },
9   "license": "MIT",
10   "source": {
11     "git": "https://github.com/siuying/IGFuture.git",
12     "tag": "0.2.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source_files": "IGFuture/Future/*.{m,h}"