[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / f / 8 / FPFramework / 0.1.1 / FPFramework.podspec.json
blob4e18107235ce1527de24b91c2abeb7d3c22116c1
2   "name": "FPFramework",
3   "version": "0.1.1",
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     "git": "https://github.com/filipemvpereira/MyFramework.git",
16     "tag": "0.1.1"
17   },
18   "source_files": "FPFramework/FPSetup.swift",
19   "exclude_files": "Classes/Exclude",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0"
23   }