[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 9 / 3 / Curry / 1.0.0 / Curry.podspec.json
blobfae52d5580247314b2320f78c50bf5003af30765
2   "name": "Curry",
3   "version": "1.0.0",
4   "summary": "Function Currying for Swift",
5   "homepage": "https://github.com/thoughtbot/curry",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Gordon Fontenot": "gordon@thoughtbot.com",
12     "thoughtbot": null
13   },
14   "social_media_url": "http://twitter.com/thoughtbot",
15   "source": {
16     "git": "https://github.com/thoughtbot/curry.git",
17     "tag": "v1.0.0"
18   },
19   "source_files": "Source/**/*.{h,swift}",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9"
24   }