[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / 6 / 9 / 4 / FTMoreApps / 0.1.4 / FTMoreApps.podspec.json
blob741e2724438961e5077e550e7b2afd9914dded60
2   "name": "FTMoreApps",
3   "version": "0.1.4",
4   "summary": "FTMoreApps presents a view controller similar to the App Store to show your apps.",
5   "description": "FTMoreApps is an iOS library created to present a view controller inside your application to show your developer page of apps. It is very similar to the App Store visual.",
6   "homepage": "https://github.com/ftapps/FTMoreApps",
7   "license": "MIT",
8   "authors": {
9     "Felipe Tumonis": "ftumonis@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ftapps/FTMoreApps.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FTMoreApps": [
22       "*.lproj"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "SDWebImage": [
28       "~>3.7"
29     ]
30   }