[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / d / SwiftTweaks / 1.0 / SwiftTweaks.podspec.json
blob54a8dd0a07d65c9fa941cee4e98132056a8b3f5c
2   "name": "SwiftTweaks",
3   "version": "1.0",
4   "summary": "Tweak your Swift-based app on-device.",
5   "description": "SwiftTweaks is a way to adjust your Swift-based iOS app on-device without needing to recompile. Read more about it on our blog: http://engineering.khanacademy.org/posts/introducing-swifttweaks.htm",
6   "homepage": "https://github.com/Khan/SwiftTweaks",
7   "screenshots": [
8     "https://raw.githubusercontent.com/Khan/SwiftTweaks/master/Images/SwiftTweaks%20Demo.gif",
9     "https://raw.githubusercontent.com/Khan/SwiftTweaks/master/Images/SwiftTweaks%20Overview.png"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": [
16     "Khan Academy",
17     "Bryan Clark"
18   ],
19   "social_media_url": "https://twitter.com/khanacademy",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source": {
24     "git": "https://github.com/Khan/SwiftTweaks.git",
25     "tag": "v1.0"
26   },
27   "source_files": "SwiftTweaks/**/*.swift",
28   "resources": "SwiftTweaks/*.xcassets",
29   "ios": {
30     "frameworks": "UIKit"
31   }