[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 9 / RuntimeRoutines / 0.2.0 / RuntimeRoutines.podspec.json
blob2e5fcede7245b392ea38afb90993085ec8f4ae68
2   "name": "RuntimeRoutines",
3   "version": "0.2.0",
4   "summary": "A block-based way to access Objective-C runtime primitives",
5   "description": "RuntimeRoutines allows you to access classes, protocols,\nproperties, methods, attrbutes and many other with block-based syntax.",
6   "homepage": "https://github.com/ML-Works/RuntimeRoutines",
7   "license": "MIT",
8   "authors": {
9     "Anton Bukov": "k06a@mlworks.com"
10   },
11   "source": {
12     "git": "https://github.com/ML-Works/RuntimeRoutines.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/k06a",
16   "platforms": {
17     "ios": "7.0",
18     "watchos": "1.0",
19     "tvos": "9.0"
20   },
21   "source_files": "Pod/Classes/**/*"