[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / b / CIAppKit / 0.0.6 / CIAppKit.podspec.json
blob3de757f94257a088ed76dadacba74f47ae420138
2   "name": "CIAppKit",
3   "version": "0.0.6",
4   "summary": "Collection of useful tools for iOS app development.",
5   "description": "Collected useful function and format checker which used widely in iOS App development.\nSuch like mobile format check, number check, string check, etc...",
6   "homepage": "https://github.com/Mobile-CloudInteractive/iOSCodeBase.git",
7   "license": "MIT",
8   "authors": {
9     "Mobile team": "mobile@cloud-interactive.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/Mobile-CloudInteractive/iOSCodeBase.git",
16     "tag": "0.0.6"
17   },
18   "source_files": [
19     "CIAppKit",
20     "CIAppKit/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": "UIKit",
24   "requires_arc": true,
25   "xcconfig": {
26     "FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
27   }