[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / d / b / objc-simple-bindings / 0.1.2 / objc-simple-bindings.podspec.json
blobc39a25d86392856d35123072454e85cb58b12755
2   "name": "objc-simple-bindings",
3   "version": "0.1.2",
4   "summary": "A simple iOS compatible bindings mechanism for Objective-C.",
5   "homepage": "http://github.com/mruegenberg/objc-simple-bindings",
6   "license": "MIT",
7   "authors": {
8     "Marcel Ruegenberg": "github@dustlab.com"
9   },
10   "source": {
11     "git": "https://github.com/mruegenberg/objc-simple-bindings.git",
12     "tag": "0.1.2"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "requires_arc": true,
18   "source_files": "*.{h,m}",
19   "public_header_files": "NSObject+SimpleBindings.h",
20   "frameworks": "CoreFoundation"