[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 6 / e / c / BIObjCHelpers / 0.2.6 / BIObjCHelpers.podspec.json
blob878fc7d5cd4511b374399b6e4d43bd90f958b7e9
2   "name": "BIObjCHelpers",
3   "version": "0.2.6",
4   "summary": "My collection of Objective-C helpers",
5   "description": "Simple collection of classes commonly used in Objective-C projects.",
6   "homepage": "https://github.com/grigaci/BIObjCHelpers",
7   "license": "MIT",
8   "authors": {
9     "Bogdan Iusco": "bogdan.iusco@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/grigaci/BIObjCHelpers.git",
13     "tag": "0.2.6"
14   },
15   "social_media_url": "https://twitter.com/bogdaniusco",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "SVPullToRefresh": [
22       "0.4.1"
23     ]
24   },
25   "source_files": [
26     "Pod/**/*.{h,m}",
27     "Pod/Datasource/**/*.{h,m}",
28     "Pod/Handlers/**/*.{h,m}",
29     "Pod/Categories/**/*.{h,m}",
30     "Pod/Batch/**/*.{h,m}"
31   ]