[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / f / d / FSUtils / 0.7.1 / FSUtils.podspec.json
blob2562425dac733e25f9726ca3a65b6edaa7be62d8
2   "name": "FSUtils",
3   "version": "0.7.1",
4   "summary": "FSUtils is a set of commont tools used among different internal projects.",
5   "description": "FSUtils is a set of common tools used among different internal projects. We wrote it so that we didn't have to copy paste code between projects.'",
6   "homepage": "https://github.com/fyrastudio/FSUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jan Lubeck": "jan@fyrastudio.com"
13   },
14   "social_media_url": "http://twitter.com/christerfrancis",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/fyrastudio/FSUtils.git",
20     "tag": "0.7.1"
21   },
22   "source_files": [
23     "FSUtils",
24     "FSUtils/**/*.{h,m}"
25   ],
26   "exclude_files": "FSUtils/Exclude",
27   "frameworks": "UIKit",
28   "requires_arc": true,
29   "dependencies": {
30     "MBProgressHUD": [
31       "~> 1.1.0"
32     ]
33   }