[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 8 / 9 / NSArray+Size / 1.0.0 / NSArray+Size.podspec.json
blob61d3e37fb9d54f3cb58c211d88eb3d93d3831d52
2   "name": "NSArray+Size",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/mergesort/NSArray-Size",
9   "authors": {
10     "Joe Fabisevich": "github@fabisevi.ch"
11   },
12   "summary": "Create and check whether NSArrays are of a certain size. Great for datasources and forms.",
13   "source": {
14     "git": "https://github.com/mergesort/NSArray-Size.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "*.{h,m}",
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "social_media_url": "https://twitter.com/mergesort",
21   "platforms": {
22     "ios": "5.0"
23   }