[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 3 / c / 8 / RTPredicateBuilder / 1.0.0 / RTPredicateBuilder.podspec.json
blob0a25c4c4406ab07fd9ba2cc75fd79dfb25725b4f
2   "name": "RTPredicateBuilder",
3   "version": "1.0.0",
4   "summary": "Creating NSPredicates in a convenient way.",
5   "description": "A library that simplifies creating of NSPredicate.",
6   "homepage": "https://bitbucket.org/rentateam/rtpredicatebuilder",
7   "license": "MIT",
8   "authors": {
9     "a-25": "a-25@rentateam.ru"
10   },
11   "source": {
12     "git": "https://bitbucket.org/rentateam/rtpredicatebuilder.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "RTPredicateBuilder": [
22       "Pod/Assets/*.png"
23     ]
24   }