[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 4 / 2 / ROSiOS / 0.0.3 / ROSiOS.podspec.json
blob96d78c16b8d883562f4090e43087f03152ed6cf6
2   "name": "ROSiOS",
3   "version": "0.0.3",
4   "summary": "template package of ROSiOS.",
5   "description": "This is a bootstrap package for creating iOS App using ROS(Robot Operating System).\nThis includes some examples (Topic Viewer, Talker and Listener) on Example directory.\n",
6   "homepage": "https://github.com/furushchev/ROSiOS",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Yuki Furuta": "furushchev@jsk.imi.i.u-tokyo.ac.jp"
12   },
13   "source": {
14     "git": "https://github.com/furushchev/ROSiOS.git",
15     "tag": "0.0.3"
16   },
17   "social_media_url": "https://twitter.com/furushchev",
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/*.{h,m,mm}",
23   "resource_bundles": {
24     "ROSiOS": [
25       "Pod/Assets/Configuration.storyboard"
26     ]
27   },
28   "public_header_files": "Pod/Classes/*.h",
29   "frameworks": "UIKit",
30   "dependencies": {
31     "ROSiOS-core": [
33     ]
34   },
35   "ios": {
36     "xcconfig": {
37       "FRAMEWORK_SEARCH_PATHS": "${PODS_ROOT}/**"
38     }
39   }