[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 2 / 4 / CocoaDeveloperKit / 0.0.23 / CocoaDeveloperKit.podspec.json
blob9786ad6e132c587d5e65811fb0fa5d86bd268e70
2   "name": "CocoaDeveloperKit",
3   "version": "0.0.23",
4   "summary": "CocoaDeveloperKit is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.",
5   "description": "'CocoaDeveloperKit' is a collection of useful classes, categories and wrappers that make iOS development easier and more efficient.\n\nYou will need to include the following line to your PodFile in order for this library to build correctly as it uses SQLCipher for an encrypted database.\npod 'EncryptedCoreData', :git => 'https://github.com/project-imas/encrypted-core-data.git'\n\n",
6   "homepage": "https://github.com/miken01/CocoaDeveloperKit",
7   "license": "MIT",
8   "authors": {
9     "Mike Neill": "michael_neill@me.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/miken01/CocoaDeveloperKit.git",
16     "tag": "0.0.23"
17   },
18   "public_header_files": "CocoaDeveloperKit/**/*.h",
19   "source_files": "CocoaDeveloperKit/**/*.{h,m}",
20   "requires_arc": true,
21   "ios": {
22     "frameworks": [
23       "SystemConfiguration",
24       "Security",
25       "CoreData",
26       "UIKit",
27       "Foundation"
28     ]
29   }