[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / b / 9 / IOSQueryable / 0.0.3 / IOSQueryable.podspec.json
blob09856b21956c9905a25740ca175f302d8820827d
2   "name": "IOSQueryable",
3   "version": "0.0.3",
4   "summary": "ios-queryable is an implementation of IQueryable/IEnumerable for Core Data.",
5   "homepage": "https://github.com/martydill/ios-queryable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Marty Dill",
11   "source": {
12     "git": "https://github.com/martydill/ios-queryable.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "ios-queryable/NSManagedObjectContext+Queryable.{h,m}",
19   "frameworks": [
20     "CoreData",
21     "Foundation"
22   ],
23   "requires_arc": true