[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / a / f / e / OSQL / 1.2.0 / OSQL.podspec.json
blob2955bd8ad90f50c073b9eeaf83ddfe03e663f975
2   "name": "OSQL",
3   "version": "1.2.0",
4   "summary": "Easy and convenient way to deal with simple operations in Core Data.",
5   "description": "                    This lightweight singleton provides easy and convenient way to deal with Core Data.\n                    Providing you with a sql-like expressions without going all the way down to sqlite.\n                    Plus - now you don't have to worry: \"is that the right thread?\", \"where's my managedobjectcontext?\".\n                    It's all taken care of.\n\n                    Basic facts:\n\n                    * It's small and simple.\n                    * It's used in production apps.\n                    * This class is available under the MIT license. See the LICENSE file for more info.\n                    * Updated and maintained by Oktawian Chojnacki (oktawian@me.com).\n                    * All completion blocks are called from main thread.\n",
6   "homepage": "https://github.com/ochococo/OSQL",
7   "license": "MIT",
8   "authors": {
9     "Oktawian Chojnacki": "oktawian@me.com"
10   },
11   "social_media_url": "http://twitter.com/oktawian",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/ochococo/OSQL.git",
18     "tag": "1.2.0"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "exclude_files": "Classes/Exclude",
25   "frameworks": "CoreData"