[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 1 / f / 8 / FPFramework / 0.1.19 / FPFramework.podspec.json
blob26c96292fdb316aaad9b3d7f2b93732eb3a2dc55
2   "name": "FPFramework",
3   "version": "0.1.19",
4   "summary": "Sort description of Filipe framework",
5   "description": "Demo example of Cocoa Touch Framework. In this example you can distrubute framework without sharing the source code.",
6   "homepage": "https://github.com/filipemvpereira/MyFramework.git",
7   "license": {
8     "type": "MIT",
9     "text": "The MIT License (MIT)\n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files"
10   },
11   "authors": {
12     "Filipe Pereira": "filas21pereira@gmail.com"
13   },
14   "source": {
15     "http": "https://github.com/filipemvpereira/MyFramework/releases/download/0.1.19/FPFramework.zip"
16   },
17   "source_files": "FPFramework/FPFramework.framework/Headers/*.h",
18   "public_header_files": "FPFramework/FPFramework.framework/Headers/*.h",
19   "exclude_files": "FPFramework/FPFramework.framework/*.plist",
20   "vendored_frameworks": "FPFramework/FPFramework.framework",
21   "preserve_paths": "FPFramework/FPFramework.framework",
22   "requires_arc": true,
23   "platforms": {
24     "ios": "8.0"
25   },
26   "swift_version": "4.2",
27   "dependencies": {
28     "ObjectMapper": [
30     ]
31   }