[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 5 / f / ObjectiveCInterop / 0.1.0 / ObjectiveCInterop.podspec.json
blob235c855fe4a6554fe1e8d45af596571ce239b146
2   "name": "ObjectiveCInterop",
3   "version": "0.1.0",
4   "summary": "A simple Objective-C library for testing purposes.",
5   "description": "ObjectiveCInterop is a simple library created for demonstration purposes. \nIt includes a class with a method that returns a test string.",
6   "homepage": "https://github.com/kiquenet85/ObjectiveCInterop",
7   "authors": {
8     "Kiquenet85": "kiquenet85@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/kiquenet85/ObjectiveCInterop.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source_files": "ObjectiveCLibrary/*.{h,m}",
18   "public_header_files": "ObjectiveCLibrary/*.h",
19   "swift_versions": "5.0",
20   "swift_version": "5.0"